#D285DD

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

Shades of Orchid #D285DD

Tints of Orchid #D285DD

Color information

#D285DD (or 0xD285DD) is unknown color: approx Orchid. HEX triplet: D2, 85 and DD. RGB value is (210,133,221). Sum of RGB (Red+Green+Blue) = 210+133+221=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #D285DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285DD is #2D7A22. Grayscale: #A5A5A5. Windows color (decimal): -2980387 or 14517714. OLE color: 14517714.

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

Color convert

RGB210133221-
CMYK0.050.4000.13
HSL292.5º56.41%69.41%-
HSV(B)292.5º39.82%86.67%-
XYZ48.0235.772.77-
YUV166.06159.01159.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=37.23%
G=23.58%
B=39.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101332210.050.4000.13292.556.4169.41
HexD285DD5280D1243845
Octal32220533555001544470105
Binary110100101000010111011101101101000011011001001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285DD; }

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

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

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

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

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

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

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

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