#D66BDB

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

Shades of Orchid #D66BDB

Tints of Orchid #D66BDB

Color information

#D66BDB (or 0xD66BDB) is unknown color: approx Orchid. HEX triplet: D6, 6B and DB. RGB value is (214,107,219). Sum of RGB (Red+Green+Blue) = 214+107+219=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #D66BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BDB is #299424. Grayscale: #979797. Windows color (decimal): -2724901 or 14379990. OLE color: 14379990.

HSL color Cylindrical-coordinate representation of color #D66BDB: hue angle of 297.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66BDB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214107219-
CMYK0.020.5100.14
HSL297.32º60.87%63.92%-
HSV(B)297.32º51.14%85.88%-
XYZ45.7829.9370.38-
YUV151.76165.95172.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 107 (42.19% from 255) = 19.81%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=39.63%
G=19.81%
B=40.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141072190.020.5100.14297.3260.8763.92
HexD66BDB2330E1293d40
Octal32615333326301645175100
Binary1101011011010111101101110110011011101001010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66BDB; }

 p { color: rgb(214,107,219); }

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

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

 a { background-color: rgb(214,107,219); }

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

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

 span { border-color: rgb(214,107,219); }

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