#D284DB

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

Shades of Orchid #D284DB

Tints of Orchid #D284DB

Color information

#D284DB (or 0xD284DB) is unknown color: approx Orchid. HEX triplet: D2, 84 and DB. RGB value is (210,132,219). Sum of RGB (Red+Green+Blue) = 210+132+219=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #D284DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284DB is #2D7B24. Grayscale: #A4A4A4. Windows color (decimal): -2980645 or 14386386. OLE color: 14386386.

HSL color Cylindrical-coordinate representation of color #D284DB: hue angle of 293.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D284DB is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210132219-
CMYK0.040.4000.14
HSL293.79º54.72%68.82%-
HSV(B)293.79º39.73%85.88%-
XYZ47.6235.3271.33-
YUV165.24158.34159.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=37.43%
G=23.53%
B=39.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101322190.040.4000.14293.7954.7268.82
HexD284DB4280E1263745
Octal32220433345001644667105
Binary110100101000010011011011100101000011101001001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284DB; }

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

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

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

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

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

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

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

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