Shades of Orchid #D088CF
Tints of Orchid #D088CF
RGB
CMYK
RGB Variations
Color information
#D088CF (or 0xD088CF) is known color: Orchid. HEX triplet: D0, 88 and CF. RGB value is (208,136,207). Sum of RGB (Red+Green+Blue) = 208+136+207=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D088CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088CF is #2F7730. Grayscale: #A5A5A5. Windows color (decimal): -3110705 or 13600976. OLE color: 13600976.
HSL color Cylindrical-coordinate representation of color #D088CF: hue angle of 300.83º 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 #D088CF is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 207 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.18 |
| HSL | 300.83º | 0.43% | 0.67% | - |
| HSV(B) | 300.83º | 0.35% | 0.82% | - |
| XYZ | 46.08 | 35.52 | 63.46 | - |
| YUV | 165.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 207 | 0 | 0.35 | 0.00 | 0.18 | 300.83 | 0.43 | 0.67 |
| Hex | D0 | 88 | CF | 0 | 23 | 0 | 12 | 12D | 2B | 43 |
| Octal | 320 | 210 | 317 | 0 | 43 | 0 | 22 | 455 | 53 | 103 |
| Binary | 11010000 | 10001000 | 11001111 | 0 | 100011 | 0 | 10010 | 100101101 | 101011 | 1000011 |
Color Harmonies of #D088CF
Complementary color
Monochromatic Colors of #D088CF
Black with #D088CF
Text Example
Text Example
White with #D088CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088CF; }
p { color: rgb(208,136,207); }
H1.HeaderClassName
{
color: #D088CF;
}
.AnyTagClassName
{
color: #D088CF;
}
</style>
background-color css
<style>
a { background-color: #D088CF; }
a { background-color: rgb(208,136,207); }
div.DivClassName
{
background-color: #D088CF;
}
.BgClassName
{
background-color: #D088CF;
}
</style>
border-color css
<style>
span { border-color: #D088CF; }
span { border-color: rgb(208,136,207); }
td.TdClassName
{
border-color: #D088CF;
}
.TagClassName
{
border-color: #D088CF;
}
</style>