#D06DDB

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

Shades of Orchid #D06DDB

Tints of Orchid #D06DDB

Color information

#D06DDB (or 0xD06DDB) is unknown color: approx Orchid. HEX triplet: D0, 6D and DB. RGB value is (208,109,219). Sum of RGB (Red+Green+Blue) = 208+109+219=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #D06DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DDB is #2F9224. Grayscale: #969696. Windows color (decimal): -3117605 or 14380496. OLE color: 14380496.

HSL color Cylindrical-coordinate representation of color #D06DDB: hue angle of 294º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06DDB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208109219-
CMYK0.050.5000.14
HSL294º60.44%64.31%-
HSV(B)294º50.23%85.88%-
XYZ44.2729.4670.37-
YUV151.14166.3168.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 109 (42.97% from 255) = 20.34%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=38.81%
G=20.34%
B=40.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081092190.050.5000.1429460.4464.31
HexD06DDB5320E1263c40
Octal32015533356201644674100
Binary11010000110110111011011101110010011101001001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06DDB; }

 p { color: rgb(208,109,219); }

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

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

 a { background-color: rgb(208,109,219); }

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

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

 span { border-color: rgb(208,109,219); }

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