#D288D0

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

Shades of Orchid #D288D0

Tints of Orchid #D288D0

Color information

#D288D0 (or 0xD288D0) is unknown color: approx Orchid. HEX triplet: D2, 88 and D0. RGB value is (210,136,208). Sum of RGB (Red+Green+Blue) = 210+136+208=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D288D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288D0 is #2D772F. Grayscale: #A6A6A6. Windows color (decimal): -2979632 or 13666514. OLE color: 13666514.

HSL color Cylindrical-coordinate representation of color #D288D0: hue angle of 301.62º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D288D0 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210136208-
CMYK00.350.010.18
HSL301.62º45.12%67.84%-
HSV(B)301.62º35.24%82.35%-
XYZ46.7735.8664.13-
YUV166.33151.52159.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.91%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=37.91%
G=24.55%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013620800.350.010.18301.6245.1267.84
HexD288D002311212e2d44
Octal32221032004312245655104
Binary11010010100010001101000001000111100101001011101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288D0; }

 p { color: rgb(210,136,208); }

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

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

 a { background-color: rgb(210,136,208); }

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

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

 span { border-color: rgb(210,136,208); }

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