Shades of Orchid #D488CE
Tints of Orchid #D488CE
RGB
CMYK
RGB Variations
Color information
#D488CE (or 0xD488CE) is known color: Orchid. HEX triplet: D4, 88 and CE. RGB value is (212,136,206). Sum of RGB (Red+Green+Blue) = 212+136+206=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D488CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488CE is #2B7731. Grayscale: #A6A6A6. Windows color (decimal): -2848562 or 13535444. OLE color: 13535444.
HSL color Cylindrical-coordinate representation of color #D488CE: hue angle of 304.74º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D488CE is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 136 | 206 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.17 |
| HSL | 304.74º | 0.47% | 0.68% | - |
| HSV(B) | 304.74º | 0.36% | 0.83% | - |
| XYZ | 47.1 | 36.06 | 62.87 | - |
| YUV | 166.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 206 | 0 | 0.36 | 0.03 | 0.17 | 304.74 | 0.47 | 0.68 |
| Hex | D4 | 88 | CE | 0 | 24 | 3 | 11 | 131 | 2F | 44 |
| Octal | 324 | 210 | 316 | 0 | 44 | 3 | 21 | 461 | 57 | 104 |
| Binary | 11010100 | 10001000 | 11001110 | 0 | 100100 | 11 | 10001 | 100110001 | 101111 | 1000100 |
Color Harmonies of #D488CE
Complementary color
Monochromatic Colors of #D488CE
Black with #D488CE
Text Example
Text Example
White with #D488CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D488CE; }
p { color: rgb(212,136,206); }
H1.HeaderClassName
{
color: #D488CE;
}
.AnyTagClassName
{
color: #D488CE;
}
</style>
background-color css
<style>
a { background-color: #D488CE; }
a { background-color: rgb(212,136,206); }
div.DivClassName
{
background-color: #D488CE;
}
.BgClassName
{
background-color: #D488CE;
}
</style>
border-color css
<style>
span { border-color: #D488CE; }
span { border-color: rgb(212,136,206); }
td.TdClassName
{
border-color: #D488CE;
}
.TagClassName
{
border-color: #D488CE;
}
</style>