#D081CB

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

Shades of Orchid #D081CB

Tints of Orchid #D081CB

Color information

#D081CB (or 0xD081CB) is unknown color: approx Orchid. HEX triplet: D0, 81 and CB. RGB value is (208,129,203). Sum of RGB (Red+Green+Blue) = 208+129+203=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D081CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081CB is #2F7E34. Grayscale: #A0A0A0. Windows color (decimal): -3112501 or 13337040. OLE color: 13337040.

HSL color Cylindrical-coordinate representation of color #D081CB: hue angle of 303.8º 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 #D081CB is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208129203-
CMYK00.380.020.18
HSL303.8º45.66%66.08%-
HSV(B)303.8º37.98%81.57%-
XYZ44.6433.4260.6-
YUV161.06151.67161.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=38.52%
G=23.89%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812920300.380.020.18303.845.6666.08
HexD081CB0262121302e42
Octal32020131304622246056102
Binary110100001000000111001011010011010100101001100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081CB; }

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

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

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

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

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

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

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

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