Shades of Orchid #CF88D8
Tints of Orchid #CF88D8
RGB
CMYK
RGB Variations
Color information
#CF88D8 (or 0xCF88D8) is known color: Orchid. HEX triplet: CF, 88 and D8. RGB value is (207,136,216). Sum of RGB (Red+Green+Blue) = 207+136+216=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF88D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88D8 is #307727. Grayscale: #A6A6A6. Windows color (decimal): -3176232 or 14190799. OLE color: 14190799.
HSL color Cylindrical-coordinate representation of color #CF88D8: hue angle of 293.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF88D8 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 136 | 216 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.15 |
| HSL | 293.25º | 0.51% | 0.69% | - |
| HSV(B) | 293.25º | 0.37% | 0.85% | - |
| XYZ | 46.93 | 35.83 | 69.41 | - |
| YUV | 166.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 216 | 0.04 | 0.37 | 0 | 0.15 | 293.25 | 0.51 | 0.69 |
| Hex | CF | 88 | D8 | 4 | 25 | 0 | F | 125 | 33 | 45 |
| Octal | 317 | 210 | 330 | 4 | 45 | 0 | 17 | 445 | 63 | 105 |
| Binary | 11001111 | 10001000 | 11011000 | 100 | 100101 | 0 | 1111 | 100100101 | 110011 | 1000101 |
Color Harmonies of #CF88D8
Complementary color
Monochromatic Colors of #CF88D8
Black with #CF88D8
Text Example
Text Example
White with #CF88D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88D8; }
p { color: rgb(207,136,216); }
H1.HeaderClassName
{
color: #CF88D8;
}
.AnyTagClassName
{
color: #CF88D8;
}
</style>
background-color css
<style>
a { background-color: #CF88D8; }
a { background-color: rgb(207,136,216); }
div.DivClassName
{
background-color: #CF88D8;
}
.BgClassName
{
background-color: #CF88D8;
}
</style>
border-color css
<style>
span { border-color: #CF88D8; }
span { border-color: rgb(207,136,216); }
td.TdClassName
{
border-color: #CF88D8;
}
.TagClassName
{
border-color: #CF88D8;
}
</style>