Shades of Orchid #D088CE
Tints of Orchid #D088CE
RGB
CMYK
RGB Variations
Color information
#D088CE (or 0xD088CE) is known color: Orchid. HEX triplet: D0, 88 and CE. RGB value is (208,136,206). Sum of RGB (Red+Green+Blue) = 208+136+206=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D088CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088CE is #2F7731. Grayscale: #A5A5A5. Windows color (decimal): -3110706 or 13535440. OLE color: 13535440.
HSL color Cylindrical-coordinate representation of color #D088CE: hue angle of 301.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D088CE is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 206 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.18 |
| HSL | 301.67º | 0.43% | 0.67% | - |
| HSV(B) | 301.67º | 0.35% | 0.82% | - |
| XYZ | 45.96 | 35.47 | 62.82 | - |
| YUV | 165.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 206 | 0 | 0.35 | 0.01 | 0.18 | 301.67 | 0.43 | 0.67 |
| Hex | D0 | 88 | CE | 0 | 23 | 1 | 12 | 12E | 2B | 43 |
| Octal | 320 | 210 | 316 | 0 | 43 | 1 | 22 | 456 | 53 | 103 |
| Binary | 11010000 | 10001000 | 11001110 | 0 | 100011 | 1 | 10010 | 100101110 | 101011 | 1000011 |
Color Harmonies of #D088CE
Complementary color
Monochromatic Colors of #D088CE
Black with #D088CE
Text Example
Text Example
White with #D088CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088CE; }
p { color: rgb(208,136,206); }
H1.HeaderClassName
{
color: #D088CE;
}
.AnyTagClassName
{
color: #D088CE;
}
</style>
background-color css
<style>
a { background-color: #D088CE; }
a { background-color: rgb(208,136,206); }
div.DivClassName
{
background-color: #D088CE;
}
.BgClassName
{
background-color: #D088CE;
}
</style>
border-color css
<style>
span { border-color: #D088CE; }
span { border-color: rgb(208,136,206); }
td.TdClassName
{
border-color: #D088CE;
}
.TagClassName
{
border-color: #D088CE;
}
</style>