#D081CC

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

Shades of Orchid #D081CC

Tints of Orchid #D081CC

Color information

#D081CC (or 0xD081CC) is unknown color: approx Orchid. HEX triplet: D0, 81 and CC. RGB value is (208,129,204). Sum of RGB (Red+Green+Blue) = 208+129+204=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D081CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081CC is #2F7E33. Grayscale: #A0A0A0. Windows color (decimal): -3112500 or 13402576. OLE color: 13402576.

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

Color convert

RGB208129204-
CMYK00.380.020.18
HSL303.04º45.66%66.08%-
HSV(B)303.04º37.98%81.57%-
XYZ44.7633.4761.23-
YUV161.17152.17161.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=38.45%
G=23.84%
B=37.71%

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
Decimal20812920400.380.020.18303.0445.6666.08
HexD081CC02621212f2e42
Octal32020131404622245756102
Binary110100001000000111001100010011010100101001011111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081CC; }

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

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

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

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

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

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

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

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