#D281DD

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

Shades of Orchid #D281DD

Tints of Orchid #D281DD

Color information

#D281DD (or 0xD281DD) is unknown color: approx Orchid. HEX triplet: D2, 81 and DD. RGB value is (210,129,221). Sum of RGB (Red+Green+Blue) = 210+129+221=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #D281DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281DD is #2D7E22. Grayscale: #A3A3A3. Windows color (decimal): -2981411 or 14516690. OLE color: 14516690.

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

Color convert

RGB210129221-
CMYK0.050.4200.13
HSL292.83º57.5%68.63%-
HSV(B)292.83º41.63%86.67%-
XYZ47.4834.6272.59-
YUV163.71160.34161.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=37.5%
G=23.04%
B=39.46%

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
Decimal2101292210.050.4200.13292.8357.568.63
HexD281DD52A0D1253a45
Octal32220133555201544572105
Binary110100101000000111011101101101010011011001001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281DD; }

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

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

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

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

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

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

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

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