#D284DF

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

Shades of Orchid #D284DF

Tints of Orchid #D284DF

Color information

#D284DF (or 0xD284DF) is unknown color: approx Orchid. HEX triplet: D2, 84 and DF. RGB value is (210,132,223). Sum of RGB (Red+Green+Blue) = 210+132+223=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #D284DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284DF is #2D7B20. Grayscale: #A5A5A5. Windows color (decimal): -2980641 or 14648530. OLE color: 14648530.

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

Color convert

RGB210132223-
CMYK0.060.4100.13
HSL291.43º58.71%69.61%-
HSV(B)291.43º40.81%87.45%-
XYZ48.1535.5374.13-
YUV165.7160.34159.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 132 (51.95% from 255) = 23.36%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=37.17%
G=23.36%
B=39.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101322230.060.4100.13291.4358.7169.61
HexD284DF6290D1233b46
Octal32220433765101544373106
Binary110100101000010011011111110101001011011001000111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284DF; }

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

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

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

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

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

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

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

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