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