Shades of Orchid #CF88CF
Tints of Orchid #CF88CF
RGB
CMYK
RGB Variations
Color information
#CF88CF (or 0xCF88CF) is known color: Orchid. HEX triplet: CF, 88 and CF. RGB value is (207,136,207). Sum of RGB (Red+Green+Blue) = 207+136+207=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88CF is #307730. Grayscale: #A5A5A5. Windows color (decimal): -3176241 or 13600975. OLE color: 13600975.
HSL color Cylindrical-coordinate representation of color #CF88CF: hue angle of 300º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF88CF is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 207 | - |
| CMYK | 0 | 0.34 | 0 | 0.19 |
| HSL | 300º | 0.43% | 0.67% | - |
| HSV(B) | 300º | 0.34% | 0.81% | - |
| XYZ | 45.8 | 35.38 | 63.45 | - |
| YUV | 165.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 207 | 0 | 0.34 | 0 | 0.19 | 300 | 0.43 | 0.67 |
| Hex | CF | 88 | CF | 0 | 22 | 0 | 13 | 12C | 2B | 43 |
| Octal | 317 | 210 | 317 | 0 | 42 | 0 | 23 | 454 | 53 | 103 |
| Binary | 11001111 | 10001000 | 11001111 | 0 | 100010 | 0 | 10011 | 100101100 | 101011 | 1000011 |
Color Harmonies of #CF88CF
Complementary color
Monochromatic Colors of #CF88CF
Black with #CF88CF
Text Example
Text Example
White with #CF88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88CF; }
p { color: rgb(207,136,207); }
H1.HeaderClassName
{
color: #CF88CF;
}
.AnyTagClassName
{
color: #CF88CF;
}
</style>
background-color css
<style>
a { background-color: #CF88CF; }
a { background-color: rgb(207,136,207); }
div.DivClassName
{
background-color: #CF88CF;
}
.BgClassName
{
background-color: #CF88CF;
}
</style>
border-color css
<style>
span { border-color: #CF88CF; }
span { border-color: rgb(207,136,207); }
td.TdClassName
{
border-color: #CF88CF;
}
.TagClassName
{
border-color: #CF88CF;
}
</style>