#D284DE

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

Shades of Orchid #D284DE

Tints of Orchid #D284DE

Color information

#D284DE (or 0xD284DE) is unknown color: approx Orchid. HEX triplet: D2, 84 and DE. RGB value is (210,132,222). Sum of RGB (Red+Green+Blue) = 210+132+222=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #D284DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284DE is #2D7B21. Grayscale: #A5A5A5. Windows color (decimal): -2980642 or 14582994. OLE color: 14582994.

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

Color convert

RGB210132222-
CMYK0.050.4100.13
HSL292º57.69%69.41%-
HSV(B)292º40.54%87.06%-
XYZ48.0135.4873.42-
YUV165.58159.84159.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 132 (51.95% from 255) = 23.40%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=37.23%
G=23.40%
B=39.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101322220.050.4100.1329257.6969.41
HexD284DE5290D1243a45
Octal32220433655101544472105
Binary110100101000010011011110101101001011011001001001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284DE; }

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

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

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

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

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

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

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

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