#D284DA

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

Shades of Orchid #D284DA

Tints of Orchid #D284DA

Color information

#D284DA (or 0xD284DA) is unknown color: approx Orchid. HEX triplet: D2, 84 and DA. RGB value is (210,132,218). Sum of RGB (Red+Green+Blue) = 210+132+218=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #D284DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284DA is #2D7B25. Grayscale: #A4A4A4. Windows color (decimal): -2980646 or 14320850. OLE color: 14320850.

HSL color Cylindrical-coordinate representation of color #D284DA: hue angle of 294.42º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D284DA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210132218-
CMYK0.040.3900.15
HSL294.42º53.75%68.63%-
HSV(B)294.42º39.45%85.49%-
XYZ47.4835.2770.63-
YUV165.13157.84160.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=37.5%
G=23.57%
B=38.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101322180.040.3900.15294.4253.7568.63
HexD284DA4270F1263645
Octal32220433244701744666105
Binary110100101000010011011010100100111011111001001101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284DA; }

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

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

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

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

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

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

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

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