Shades of Heliotrope #CF8BFF
Tints of Heliotrope #CF8BFF
RGB
CMYK
RGB Variations
Color information
#CF8BFF (or 0xCF8BFF) is known color: Heliotrope. HEX triplet: CF, 8B and FF. RGB value is (207,139,255). Sum of RGB (Red+Green+Blue) = 207+139+255=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF8BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8BFF is #307400. Grayscale: #ACACAC. Windows color (decimal): -3175425 or 16747471. OLE color: 16747471.
HSL color Cylindrical-coordinate representation of color #CF8BFF: hue angle of 275.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF8BFF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 139 | 255 | - |
| CMYK | 0.19 | 0.45 | 0 | 0 |
| HSL | 275.17º | 1% | 0.77% | - |
| HSV(B) | 275.17º | 0.45% | 1% | - |
| XYZ | 53.01 | 38.95 | 99.33 | - |
| YUV | 172.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 255 | 0.19 | 0.45 | 0 | 0 | 275.17 | 1 | 0.77 |
| Hex | CF | 8B | FF | 13 | 2D | 0 | 0 | 113 | 64 | 4D |
| Octal | 317 | 213 | 377 | 23 | 55 | 0 | 0 | 423 | 144 | 115 |
| Binary | 11001111 | 10001011 | 11111111 | 10011 | 101101 | 0 | 0 | 100010011 | 1100100 | 1001101 |
Color Harmonies of #CF8BFF
Complementary color
Monochromatic Colors of #CF8BFF
Black with #CF8BFF
Text Example
Text Example
White with #CF8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BFF; }
p { color: rgb(207,139,255); }
H1.HeaderClassName
{
color: #CF8BFF;
}
.AnyTagClassName
{
color: #CF8BFF;
}
</style>
background-color css
<style>
a { background-color: #CF8BFF; }
a { background-color: rgb(207,139,255); }
div.DivClassName
{
background-color: #CF8BFF;
}
.BgClassName
{
background-color: #CF8BFF;
}
</style>
border-color css
<style>
span { border-color: #CF8BFF; }
span { border-color: rgb(207,139,255); }
td.TdClassName
{
border-color: #CF8BFF;
}
.TagClassName
{
border-color: #CF8BFF;
}
</style>