#D081DD

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

Shades of Orchid #D081DD

Tints of Orchid #D081DD

Color information

#D081DD (or 0xD081DD) is unknown color: approx Orchid. HEX triplet: D0, 81 and DD. RGB value is (208,129,221). Sum of RGB (Red+Green+Blue) = 208+129+221=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #D081DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081DD is #2F7E22. Grayscale: #A2A2A2. Windows color (decimal): -3112483 or 14516688. OLE color: 14516688.

HSL color Cylindrical-coordinate representation of color #D081DD: hue angle of 291.52º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D081DD is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208129221-
CMYK0.060.4200.13
HSL291.52º57.5%68.63%-
HSV(B)291.52º41.63%86.67%-
XYZ46.9134.3372.56-
YUV163.11160.67160.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=37.28%
G=23.12%
B=39.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081292210.060.4200.13291.5257.568.63
HexD081DD62A0D1243a45
Octal32020133565201544472105
Binary110100001000000111011101110101010011011001001001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081DD; }

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

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

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

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

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

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

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

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