#D66DCD

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

Shades of Orchid #D66DCD

Tints of Orchid #D66DCD

Color information

#D66DCD (or 0xD66DCD) is unknown color: approx Orchid. HEX triplet: D6, 6D and CD. RGB value is (214,109,205). Sum of RGB (Red+Green+Blue) = 214+109+205=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DCD is #299232. Grayscale: #979797. Windows color (decimal): -2724403 or 13462998. OLE color: 13462998.

HSL color Cylindrical-coordinate representation of color #D66DCD: hue angle of 305.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DCD is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214109205-
CMYK00.490.040.16
HSL305.14º56.15%63.33%-
HSV(B)305.14º49.07%83.92%-
XYZ44.2229.6461.15-
YUV151.34158.29172.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 109 (42.97% from 255) = 20.64%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=40.53%
G=20.64%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410920500.490.040.16305.1456.1563.33
HexD66DCD031410131383f
Octal3261553150614204617077
Binary11010110110110111001101011000110010000100110001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DCD; }

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

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

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

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

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

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

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

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