#D080DC

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

Shades of Orchid #D080DC

Tints of Orchid #D080DC

Color information

#D080DC (or 0xD080DC) is unknown color: approx Orchid. HEX triplet: D0, 80 and DC. RGB value is (208,128,220). Sum of RGB (Red+Green+Blue) = 208+128+220=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #D080DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080DC is #2F7F23. Grayscale: #A2A2A2. Windows color (decimal): -3112740 or 14450896. OLE color: 14450896.

HSL color Cylindrical-coordinate representation of color #D080DC: hue angle of 292.17º degrees, saturation: 0.57, 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 #D080DC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208128220-
CMYK0.050.4200.14
HSL292.17º56.79%68.24%-
HSV(B)292.17º41.82%86.27%-
XYZ46.6534.0271.82-
YUV162.41160.5160.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=37.41%
G=23.02%
B=39.57%

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
Decimal2081282200.050.4200.14292.1756.7968.24
HexD080DC52A0E1243944
Octal32020033455201644471104
Binary110100001000000011011100101101010011101001001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080DC; }

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

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

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

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

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

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

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

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