Shades of Heliotrope #CF8FFF
Tints of Heliotrope #CF8FFF
RGB
CMYK
RGB Variations
Color information
#CF8FFF (or 0xCF8FFF) is known color: Heliotrope. HEX triplet: CF, 8F and FF. RGB value is (207,143,255). Sum of RGB (Red+Green+Blue) = 207+143+255=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8FFF is #307000. Grayscale: #AEAEAE. Windows color (decimal): -3174401 or 16748495. OLE color: 16748495.
HSL color Cylindrical-coordinate representation of color #CF8FFF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8FFF is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 143 | 255 | - |
| CMYK | 0.19 | 0.44 | 0 | 0 |
| HSL | 274.29º | 1% | 0.78% | - |
| HSV(B) | 274.29º | 0.44% | 1% | - |
| XYZ | 53.6 | 40.13 | 99.53 | - |
| YUV | 174.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 255 | 0.19 | 0.44 | 0 | 0 | 274.29 | 1 | 0.78 |
| Hex | CF | 8F | FF | 13 | 2C | 0 | 0 | 112 | 64 | 4E |
| Octal | 317 | 217 | 377 | 23 | 54 | 0 | 0 | 422 | 144 | 116 |
| Binary | 11001111 | 10001111 | 11111111 | 10011 | 101100 | 0 | 0 | 100010010 | 1100100 | 1001110 |
Color Harmonies of #CF8FFF
Complementary color
Monochromatic Colors of #CF8FFF
Black with #CF8FFF
Text Example
Text Example
White with #CF8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FFF; }
p { color: rgb(207,143,255); }
H1.HeaderClassName
{
color: #CF8FFF;
}
.AnyTagClassName
{
color: #CF8FFF;
}
</style>
background-color css
<style>
a { background-color: #CF8FFF; }
a { background-color: rgb(207,143,255); }
div.DivClassName
{
background-color: #CF8FFF;
}
.BgClassName
{
background-color: #CF8FFF;
}
</style>
border-color css
<style>
span { border-color: #CF8FFF; }
span { border-color: rgb(207,143,255); }
td.TdClassName
{
border-color: #CF8FFF;
}
.TagClassName
{
border-color: #CF8FFF;
}
</style>