#D285DF

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

Shades of Orchid #D285DF

Tints of Orchid #D285DF

Color information

#D285DF (or 0xD285DF) is unknown color: approx Orchid. HEX triplet: D2, 85 and DF. RGB value is (210,133,223). Sum of RGB (Red+Green+Blue) = 210+133+223=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #D285DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285DF is #2D7A20. Grayscale: #A6A6A6. Windows color (decimal): -2980385 or 14648786. OLE color: 14648786.

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

Color convert

RGB210133223-
CMYK0.060.4000.13
HSL291.33º58.44%69.8%-
HSV(B)291.33º40.36%87.45%-
XYZ48.2935.874.18-
YUV166.28160.01159.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=37.10%
G=23.50%
B=39.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101332230.060.4000.13291.3358.4469.8
HexD285DF6280D1233a46
Octal32220533765001544372106
Binary110100101000010111011111110101000011011001000111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285DF; }

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

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

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

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

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

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

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

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