#C66DE6

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

Shades of Medium Orchid #C66DE6

Tints of Medium Orchid #C66DE6

Color information

#C66DE6 (or 0xC66DE6) is unknown color: approx Medium Orchid. HEX triplet: C6, 6D and E6. RGB value is (198,109,230). Sum of RGB (Red+Green+Blue) = 198+109+230=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #C66DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66DE6 is #399219. Grayscale: #959595. Windows color (decimal): -3772954 or 15101382. OLE color: 15101382.

HSL color Cylindrical-coordinate representation of color #C66DE6: hue angle of 284.13º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C66DE6 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB198109230-
CMYK0.140.5300.10
HSL284.13º70.76%66.47%-
HSV(B)284.13º52.61%90.2%-
XYZ43.0428.6678.13-
YUV149.4173.49162.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 109 (42.97% from 255) = 20.30%
BLUE value IS 230 (90.23% from 255) = 42.83%
R=36.87%
G=20.30%
B=42.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1981092300.140.5300.10284.1370.7666.47
HexC66DE6E350A11c4742
Octal3061553461665012434107102
Binary1100011011011011110011011101101010101010001110010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66DE6; }

 p { color: rgb(198,109,230); }

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

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

 a { background-color: rgb(198,109,230); }

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

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

 span { border-color: rgb(198,109,230); }

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