#D081C4

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

Shades of Orchid #D081C4

Tints of Orchid #D081C4

Color information

#D081C4 (or 0xD081C4) is unknown color: approx Orchid. HEX triplet: D0, 81 and C4. RGB value is (208,129,196). Sum of RGB (Red+Green+Blue) = 208+129+196=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D081C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081C4 is #2F7E3B. Grayscale: #A0A0A0. Windows color (decimal): -3112508 or 12878288. OLE color: 12878288.

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

Color convert

RGB208129196-
CMYK00.380.060.18
HSL309.11º45.66%66.08%-
HSV(B)309.11º37.98%81.57%-
XYZ43.8333.156.3-
YUV160.26148.17162.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=39.02%
G=24.20%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812919600.380.060.18309.1145.6666.08
HexD081C40266121352e42
Octal32020130404662246556102
Binary1101000010000001110001000100110110100101001101011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081C4; }

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

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

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

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

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

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

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

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