#C66DDC

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

Shades of Medium Orchid #C66DDC

Tints of Medium Orchid #C66DDC

Color information

#C66DDC (or 0xC66DDC) is unknown color: approx Medium Orchid. HEX triplet: C6, 6D and DC. RGB value is (198,109,220). Sum of RGB (Red+Green+Blue) = 198+109+220=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #C66DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DDC is #399223. Grayscale: #939393. Windows color (decimal): -3772964 or 14446022. OLE color: 14446022.

HSL color Cylindrical-coordinate representation of color #C66DDC: hue angle of 288.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66DDC is Cyan = 0.1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198109220-
CMYK0.10.5000.14
HSL288.11º61.33%64.51%-
HSV(B)288.11º50.45%86.27%-
XYZ41.6828.1170.94-
YUV148.27168.49163.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 109 (42.97% from 255) = 20.68%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=37.57%
G=20.68%
B=41.75%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981092200.10.5000.14288.1161.3364.51
HexC66DDCA320E1203d41
Octal306155334126201644075101
Binary110001101101101110111001010110010011101001000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66DDC; }

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

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

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

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

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

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

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

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