#D081DA

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

Shades of Orchid #D081DA

Tints of Orchid #D081DA

Color information

#D081DA (or 0xD081DA) is unknown color: approx Orchid. HEX triplet: D0, 81 and DA. RGB value is (208,129,218). Sum of RGB (Red+Green+Blue) = 208+129+218=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #D081DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081DA is #2F7E25. Grayscale: #A2A2A2. Windows color (decimal): -3112486 or 14320080. OLE color: 14320080.

HSL color Cylindrical-coordinate representation of color #D081DA: hue angle of 293.26º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D081DA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208129218-
CMYK0.050.4100.15
HSL293.26º54.6%68.04%-
HSV(B)293.26º40.83%85.49%-
XYZ46.5234.1770.47-
YUV162.77159.17160.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=37.48%
G=23.24%
B=39.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081292180.050.4100.15293.2654.668.04
HexD081DA5290F1253744
Octal32020133255101744567104
Binary110100001000000111011010101101001011111001001011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081DA; }

 p { color: rgb(208,129,218); }

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

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

 a { background-color: rgb(208,129,218); }

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

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

 span { border-color: rgb(208,129,218); }

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