#D284DD

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

Shades of Orchid #D284DD

Tints of Orchid #D284DD

Color information

#D284DD (or 0xD284DD) is unknown color: approx Orchid. HEX triplet: D2, 84 and DD. RGB value is (210,132,221). Sum of RGB (Red+Green+Blue) = 210+132+221=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D284DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284DD is #2D7B22. Grayscale: #A5A5A5. Windows color (decimal): -2980643 or 14517458. OLE color: 14517458.

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

Color convert

RGB210132221-
CMYK0.050.4000.13
HSL292.58º56.69%69.22%-
HSV(B)292.58º40.27%86.67%-
XYZ47.8835.4272.72-
YUV165.47159.34159.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 132 (51.95% from 255) = 23.45%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=37.30%
G=23.45%
B=39.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101322210.050.4000.13292.5856.6969.22
HexD284DD5280D1253945
Octal32220433555001544571105
Binary110100101000010011011101101101000011011001001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284DD; }

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

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

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

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

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

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

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

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