Shades of Orchid #CF88D6
Tints of Orchid #CF88D6
RGB
CMYK
RGB Variations
Color information
#CF88D6 (or 0xCF88D6) is known color: Orchid. HEX triplet: CF, 88 and D6. RGB value is (207,136,214). Sum of RGB (Red+Green+Blue) = 207+136+214=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF88D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88D6 is #307729. Grayscale: #A5A5A5. Windows color (decimal): -3176234 or 14059727. OLE color: 14059727.
HSL color Cylindrical-coordinate representation of color #CF88D6: hue angle of 294.62º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF88D6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 136 | 214 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.16 |
| HSL | 294.62º | 0.49% | 0.69% | - |
| HSV(B) | 294.62º | 0.36% | 0.84% | - |
| XYZ | 46.67 | 35.73 | 68.05 | - |
| YUV | 166.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 214 | 0.03 | 0.36 | 0 | 0.16 | 294.62 | 0.49 | 0.69 |
| Hex | CF | 88 | D6 | 3 | 24 | 0 | 10 | 127 | 31 | 45 |
| Octal | 317 | 210 | 326 | 3 | 44 | 0 | 20 | 447 | 61 | 105 |
| Binary | 11001111 | 10001000 | 11010110 | 11 | 100100 | 0 | 10000 | 100100111 | 110001 | 1000101 |
Color Harmonies of #CF88D6
Complementary color
Monochromatic Colors of #CF88D6
Black with #CF88D6
Text Example
Text Example
White with #CF88D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88D6; }
p { color: rgb(207,136,214); }
H1.HeaderClassName
{
color: #CF88D6;
}
.AnyTagClassName
{
color: #CF88D6;
}
</style>
background-color css
<style>
a { background-color: #CF88D6; }
a { background-color: rgb(207,136,214); }
div.DivClassName
{
background-color: #CF88D6;
}
.BgClassName
{
background-color: #CF88D6;
}
</style>
border-color css
<style>
span { border-color: #CF88D6; }
span { border-color: rgb(207,136,214); }
td.TdClassName
{
border-color: #CF88D6;
}
.TagClassName
{
border-color: #CF88D6;
}
</style>