#D66DBD

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

Shades of Orchid #D66DBD

Tints of Orchid #D66DBD

Color information

#D66DBD (or 0xD66DBD) is unknown color: approx Orchid. HEX triplet: D6, 6D and BD. RGB value is (214,109,189). Sum of RGB (Red+Green+Blue) = 214+109+189=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DBD is #299242. Grayscale: #959595. Windows color (decimal): -2724419 or 12414422. OLE color: 12414422.

HSL color Cylindrical-coordinate representation of color #D66DBD: hue angle of 314.29º 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 #D66DBD is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214109189-
CMYK00.490.120.16
HSL314.29º56.15%63.33%-
HSV(B)314.29º49.07%83.92%-
XYZ42.3928.9151.49-
YUV149.51150.29174-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=41.80%
G=21.29%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410918900.490.120.16314.2956.1563.33
HexD66DBD031C1013a383f
Octal32615527506114204727077
Binary110101101101101101111010110001110010000100111010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DBD; }

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

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

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

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

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

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

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

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