#C66ACD

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

Shades of Orchid #C66ACD

Tints of Orchid #C66ACD

Color information

#C66ACD (or 0xC66ACD) is unknown color: approx Orchid. HEX triplet: C6, 6A and CD. RGB value is (198,106,205). Sum of RGB (Red+Green+Blue) = 198+106+205=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #C66ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ACD is #399532. Grayscale: #909090. Windows color (decimal): -3773747 or 13462214. OLE color: 13462214.

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

Color convert

RGB198106205-
CMYK0.030.4800.20
HSL295.76º49.75%60.98%-
HSV(B)295.76º48.29%80.39%-
XYZ39.4626.7260.84-
YUV144.79161.98165.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 106 (41.80% from 255) = 20.83%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=38.90%
G=20.83%
B=40.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981062050.030.4800.20295.7649.7560.98
HexC66ACD330014128323d
Octal3061523153600244506275
Binary1100011011010101100110111110000010100100101000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66ACD; }

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

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

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

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

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

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

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

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