#D66ADB

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

Shades of Orchid #D66ADB

Tints of Orchid #D66ADB

Color information

#D66ADB (or 0xD66ADB) is unknown color: approx Orchid. HEX triplet: D6, 6A and DB. RGB value is (214,106,219). Sum of RGB (Red+Green+Blue) = 214+106+219=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #D66ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ADB is #299524. Grayscale: #969696. Windows color (decimal): -2725157 or 14379734. OLE color: 14379734.

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

Color convert

RGB214106219-
CMYK0.020.5200.14
HSL297.35º61.08%63.73%-
HSV(B)297.35º51.6%85.88%-
XYZ45.6729.7270.35-
YUV151.17166.28172.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 106 (41.80% from 255) = 19.67%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=39.70%
G=19.67%
B=40.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141062190.020.5200.14297.3561.0863.73
HexD66ADB2340E1293d40
Octal32615233326401645175100
Binary1101011011010101101101110110100011101001010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66ADB; }

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

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

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

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

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

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

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

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