#D081C7

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

Shades of Orchid #D081C7

Tints of Orchid #D081C7

Color information

#D081C7 (or 0xD081C7) is unknown color: approx Orchid. HEX triplet: D0, 81 and C7. RGB value is (208,129,199). Sum of RGB (Red+Green+Blue) = 208+129+199=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D081C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081C7 is #2F7E38. Grayscale: #A0A0A0. Windows color (decimal): -3112505 or 13074896. OLE color: 13074896.

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

Color convert

RGB208129199-
CMYK00.380.040.18
HSL306.84º45.66%66.08%-
HSV(B)306.84º37.98%81.57%-
XYZ44.1733.2358.12-
YUV160.6149.67161.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 199 (78.12% from 255) = 37.13%
R=38.81%
G=24.07%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812919900.380.040.18306.8445.6666.08
HexD081C70264121332e42
Octal32020130704642246356102
Binary1101000010000001110001110100110100100101001100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081C7; }

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

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

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

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

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

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

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

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