#D081CF

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

Shades of Orchid #D081CF

Tints of Orchid #D081CF

Color information

#D081CF (or 0xD081CF) is unknown color: approx Orchid. HEX triplet: D0, 81 and CF. RGB value is (208,129,207). Sum of RGB (Red+Green+Blue) = 208+129+207=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D081CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081CF is #2F7E30. Grayscale: #A1A1A1. Windows color (decimal): -3112497 or 13599184. OLE color: 13599184.

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

Color convert

RGB208129207-
CMYK00.380.000.18
HSL300.76º45.66%66.08%-
HSV(B)300.76º37.98%81.57%-
XYZ45.1333.6263.14-
YUV161.51153.67161.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=38.24%
G=23.71%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812920700.380.000.18300.7645.6666.08
HexD081CF02601212d2e42
Octal32020131704602245556102
Binary11010000100000011100111101001100100101001011011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081CF; }

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

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

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

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

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

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

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

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