#C66DCD

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

Shades of Orchid #C66DCD

Tints of Orchid #C66DCD

Color information

#C66DCD (or 0xC66DCD) is unknown color: approx Orchid. HEX triplet: C6, 6D and CD. RGB value is (198,109,205). Sum of RGB (Red+Green+Blue) = 198+109+205=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #C66DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DCD is #399232. Grayscale: #929292. Windows color (decimal): -3772979 or 13462982. OLE color: 13462982.

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

Color convert

RGB198109205-
CMYK0.030.4700.20
HSL295.62º48.98%61.57%-
HSV(B)295.62º46.83%80.39%-
XYZ39.7827.3560.94-
YUV146.56160.99164.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=38.67%
G=21.29%
B=40.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981092050.030.4700.20295.6248.9861.57
HexC66DCD32F014128313e
Octal3061553153570244506176
Binary1100011011011011100110111101111010100100101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66DCD; }

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

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

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

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

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

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

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

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