#C638F3

Color #C638F3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C638F3

Tints of Medium Orchid #C638F3

Color information

#C638F3 (or 0xC638F3) is unknown color: approx Medium Orchid. HEX triplet: C6, 38 and F3. RGB value is (198,56,243). Sum of RGB (Red+Green+Blue) = 198+56+243=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #C638F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C638F3 is #39C70C. Grayscale: #777777. Windows color (decimal): -3786509 or 15939782. OLE color: 15939782.

HSL color Cylindrical-coordinate representation of color #C638F3: hue angle of 285.56º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C638F3 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19856243-
CMYK0.190.7700.05
HSL285.56º88.63%58.63%-
HSV(B)285.56º76.95%95.29%-
XYZ40.8821.3186.75-
YUV119.78197.54183.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 56 (22.27% from 255) = 11.27%
BLUE value IS 243 (95.31% from 255) = 48.89%
R=39.84%
G=11.27%
B=48.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198562430.190.7700.05285.5688.6358.63
HexC638F3134D0511e593b
Octal30670363231150543613173
Binary110001101110001111001110011100110101011000111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C638F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C638F3; }

 p { color: rgb(198,56,243); }

 H1.HeaderClassName
 {
   color: #C638F3;
 }
 .AnyTagClassName
 {
   color: #C638F3;
 }
</style>
background-color css

<style>
 a { background-color: #C638F3; }

 a { background-color: rgb(198,56,243); }

 div.DivClassName
 {
   background-color: #C638F3;
 }
 .BgClassName
 {
   background-color: #C638F3;
 }
</style>
border-color css

<style>
 span { border-color: #C638F3; }

 span { border-color: rgb(198,56,243); }

 td.TdClassName
 {
   border-color: #C638F3;
 }
 .TagClassName
 {
   border-color: #C638F3;
 }
</style>