#D381DD

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

Shades of Orchid #D381DD

Tints of Orchid #D381DD

Color information

#D381DD (or 0xD381DD) is unknown color: approx Orchid. HEX triplet: D3, 81 and DD. RGB value is (211,129,221). Sum of RGB (Red+Green+Blue) = 211+129+221=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D381DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381DD is #2C7E22. Grayscale: #A3A3A3. Windows color (decimal): -2915875 or 14516691. OLE color: 14516691.

HSL color Cylindrical-coordinate representation of color #D381DD: hue angle of 293.48º 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 #D381DD is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211129221-
CMYK0.050.4200.13
HSL293.48º57.5%68.63%-
HSV(B)293.48º41.63%86.67%-
XYZ47.7734.7772.6-
YUV164.01160.17161.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.61%
GREEN value IS 129 (50.78% from 255) = 22.99%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=37.61%
G=22.99%
B=39.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111292210.050.4200.13293.4857.568.63
HexD381DD52A0D1253a45
Octal32320133555201544572105
Binary110100111000000111011101101101010011011001001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D381DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D381DD; }

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

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

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

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

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

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

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

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