#D081CD

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

Shades of Orchid #D081CD

Tints of Orchid #D081CD

Color information

#D081CD (or 0xD081CD) is unknown color: approx Orchid. HEX triplet: D0, 81 and CD. RGB value is (208,129,205). Sum of RGB (Red+Green+Blue) = 208+129+205=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D081CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081CD is #2F7E32. Grayscale: #A1A1A1. Windows color (decimal): -3112499 or 13468112. OLE color: 13468112.

HSL color Cylindrical-coordinate representation of color #D081CD: hue angle of 302.28º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D081CD is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208129205-
CMYK00.380.010.18
HSL302.28º45.66%66.08%-
HSV(B)302.28º37.98%81.57%-
XYZ44.8833.5261.86-
YUV161.28152.67161.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=38.38%
G=23.80%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812920500.380.010.18302.2845.6666.08
HexD081CD02611212e2e42
Octal32020131504612245656102
Binary11010000100000011100110101001101100101001011101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081CD; }

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

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

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

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

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

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

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

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