#D080DB

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

Shades of Orchid #D080DB

Tints of Orchid #D080DB

Color information

#D080DB (or 0xD080DB) is unknown color: approx Orchid. HEX triplet: D0, 80 and DB. RGB value is (208,128,219). Sum of RGB (Red+Green+Blue) = 208+128+219=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D080DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080DB is #2F7F24. Grayscale: #A2A2A2. Windows color (decimal): -3112741 or 14385360. OLE color: 14385360.

HSL color Cylindrical-coordinate representation of color #D080DB: hue angle of 292.75º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D080DB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208128219-
CMYK0.050.4200.14
HSL292.75º55.83%68.04%-
HSV(B)292.75º41.55%85.88%-
XYZ46.5233.9671.12-
YUV162.29160160.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 128 (50.39% from 255) = 23.06%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=37.48%
G=23.06%
B=39.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081282190.050.4200.14292.7555.8368.04
HexD080DB52A0E1253844
Octal32020033355201644570104
Binary110100001000000011011011101101010011101001001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080DB; }

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

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

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

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

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

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

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

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