#D288D7

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

Shades of Orchid #D288D7

Tints of Orchid #D288D7

Color information

#D288D7 (or 0xD288D7) is unknown color: approx Orchid. HEX triplet: D2, 88 and D7. RGB value is (210,136,215). Sum of RGB (Red+Green+Blue) = 210+136+215=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #D288D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288D7 is #2D7728. Grayscale: #A6A6A6. Windows color (decimal): -2979625 or 14125266. OLE color: 14125266.

HSL color Cylindrical-coordinate representation of color #D288D7: hue angle of 296.2º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D288D7 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210136215-
CMYK0.020.3700.16
HSL296.2º49.69%68.82%-
HSV(B)296.2º36.74%84.31%-
XYZ47.6536.2268.77-
YUV167.13155.02158.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=37.43%
G=24.24%
B=38.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101362150.020.3700.16296.249.6968.82
HexD288D72250101283245
Octal32221032724502045062105
Binary110100101000100011010111101001010100001001010001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288D7; }

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

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

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

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

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

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

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

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