#D285D1

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

Shades of Orchid #D285D1

Tints of Orchid #D285D1

Color information

#D285D1 (or 0xD285D1) is unknown color: approx Orchid. HEX triplet: D2, 85 and D1. RGB value is (210,133,209). Sum of RGB (Red+Green+Blue) = 210+133+209=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D285D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285D1 is #2D7A2E. Grayscale: #A4A4A4. Windows color (decimal): -2980399 or 13731282. OLE color: 13731282.

HSL color Cylindrical-coordinate representation of color #D285D1: hue angle of 300.78º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D285D1 is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB210133209-
CMYK00.370.000.18
HSL300.78º46.11%67.25%-
HSV(B)300.78º36.67%82.35%-
XYZ46.4735.0864.64-
YUV164.69153.01160.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.04%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=38.04%
G=24.09%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013320900.370.000.18300.7846.1167.25
HexD285D102501212d2e43
Octal32220532104502245556103
Binary11010010100001011101000101001010100101001011011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285D1; }

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

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

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

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

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

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

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

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