#D285E1

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

Shades of Orchid #D285E1

Tints of Orchid #D285E1

Color information

#D285E1 (or 0xD285E1) is unknown color: approx Orchid. HEX triplet: D2, 85 and E1. RGB value is (210,133,225). Sum of RGB (Red+Green+Blue) = 210+133+225=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #D285E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285E1 is #2D7A1E. Grayscale: #A6A6A6. Windows color (decimal): -2980383 or 14779858. OLE color: 14779858.

HSL color Cylindrical-coordinate representation of color #D285E1: hue angle of 290.22º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D285E1 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB210133225-
CMYK0.070.4100.12
HSL290.22º60.53%70.2%-
HSV(B)290.22º40.89%88.24%-
XYZ48.5635.9175.61-
YUV166.51161.01159.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 133 (52.34% from 255) = 23.42%
BLUE value IS 225 (88.28% from 255) = 39.61%
R=36.97%
G=23.42%
B=39.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101332250.070.4100.12290.2260.5370.2
HexD285E17290C1223d46
Octal32220534175101444275106
Binary110100101000010111100001111101001011001001000101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285E1; }

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

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

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

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

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

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

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

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