Shades of Heliotrope #CF78FF
Tints of Heliotrope #CF78FF
RGB
CMYK
RGB Variations
Color information
#CF78FF (or 0xCF78FF) is known color: Heliotrope. HEX triplet: CF, 78 and FF. RGB value is (207,120,255). Sum of RGB (Red+Green+Blue) = 207+120+255=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF78FF is #308700. Grayscale: #A0A0A0. Windows color (decimal): -3180289 or 16742607. OLE color: 16742607.
HSL color Cylindrical-coordinate representation of color #CF78FF: hue angle of 278.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF78FF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 120 | 255 | - |
| CMYK | 0.19 | 0.53 | 0 | 0 |
| HSL | 278.67º | 1% | 0.74% | - |
| HSV(B) | 278.67º | 0.53% | 1% | - |
| XYZ | 50.5 | 33.92 | 98.49 | - |
| YUV | 161.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 255 | 0.19 | 0.53 | 0 | 0 | 278.67 | 1 | 0.74 |
| Hex | CF | 78 | FF | 13 | 35 | 0 | 0 | 117 | 64 | 4A |
| Octal | 317 | 170 | 377 | 23 | 65 | 0 | 0 | 427 | 144 | 112 |
| Binary | 11001111 | 1111000 | 11111111 | 10011 | 110101 | 0 | 0 | 100010111 | 1100100 | 1001010 |
Color Harmonies of #CF78FF
Complementary color
Monochromatic Colors of #CF78FF
Black with #CF78FF
Text Example
Text Example
White with #CF78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78FF; }
p { color: rgb(207,120,255); }
H1.HeaderClassName
{
color: #CF78FF;
}
.AnyTagClassName
{
color: #CF78FF;
}
</style>
background-color css
<style>
a { background-color: #CF78FF; }
a { background-color: rgb(207,120,255); }
div.DivClassName
{
background-color: #CF78FF;
}
.BgClassName
{
background-color: #CF78FF;
}
</style>
border-color css
<style>
span { border-color: #CF78FF; }
span { border-color: rgb(207,120,255); }
td.TdClassName
{
border-color: #CF78FF;
}
.TagClassName
{
border-color: #CF78FF;
}
</style>