Shades of Orchid #D288D7
Tints of Orchid #D288D7
RGB
CMYK
RGB Variations
Color information
#D288D7 (or 0xD288D7) is known color: 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
| RGB | 210 | 136 | 215 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.16 |
| HSL | 296.2º | 0.5% | 0.69% | - |
| HSV(B) | 296.2º | 0.37% | 0.84% | - |
| XYZ | 47.65 | 36.22 | 68.77 | - |
| YUV | 167.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 215 | 0.02 | 0.37 | 0 | 0.16 | 296.2 | 0.5 | 0.69 |
| Hex | D2 | 88 | D7 | 2 | 25 | 0 | 10 | 128 | 32 | 45 |
| Octal | 322 | 210 | 327 | 2 | 45 | 0 | 20 | 450 | 62 | 105 |
| Binary | 11010010 | 10001000 | 11010111 | 10 | 100101 | 0 | 10000 | 100101000 | 110010 | 1000101 |
Color Harmonies of #D288D7
Complementary color
Monochromatic Colors of #D288D7
Black with #D288D7
Text Example
Text Example
White with #D288D7
Text Example
Text Example
HTML Codes & Css Web 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>