#C66FCD

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

Shades of Orchid #C66FCD

Tints of Orchid #C66FCD

Color information

#C66FCD (or 0xC66FCD) is unknown color: approx Orchid. HEX triplet: C6, 6F and CD. RGB value is (198,111,205). Sum of RGB (Red+Green+Blue) = 198+111+205=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #C66FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FCD is #399032. Grayscale: #939393. Windows color (decimal): -3772467 or 13463494. OLE color: 13463494.

HSL color Cylindrical-coordinate representation of color #C66FCD: hue angle of 295.53º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66FCD is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198111205-
CMYK0.030.4600.20
HSL295.53º48.45%61.96%-
HSV(B)295.53º45.85%80.39%-
XYZ39.9927.7861.01-
YUV147.73160.32163.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 111 (43.75% from 255) = 21.60%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=38.52%
G=21.60%
B=39.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981112050.030.4600.20295.5348.4561.96
HexC66FCD32E014128303e
Octal3061573153560244506076
Binary1100011011011111100110111101110010100100101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66FCD; }

 p { color: rgb(198,111,205); }

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

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

 a { background-color: rgb(198,111,205); }

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

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

 span { border-color: rgb(198,111,205); }

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