#D481DD

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

Shades of Orchid #D481DD

Tints of Orchid #D481DD

Color information

#D481DD (or 0xD481DD) is unknown color: approx Orchid. HEX triplet: D4, 81 and DD. RGB value is (212,129,221). Sum of RGB (Red+Green+Blue) = 212+129+221=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D481DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481DD is #2B7E22. Grayscale: #A4A4A4. Windows color (decimal): -2850339 or 14516692. OLE color: 14516692.

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

Color convert

RGB212129221-
CMYK0.040.4200.13
HSL294.13º57.5%68.63%-
HSV(B)294.13º41.63%86.67%-
XYZ48.0534.9272.61-
YUV164.3160162.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=37.72%
G=22.95%
B=39.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121292210.040.4200.13294.1357.568.63
HexD481DD42A0D1263a45
Octal32420133545201544672105
Binary110101001000000111011101100101010011011001001101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D481DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D481DD; }

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

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

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

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

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

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

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

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