Shades of Heliotrope #CF72FF
Tints of Heliotrope #CF72FF
RGB
CMYK
RGB Variations
Color information
#CF72FF (or 0xCF72FF) is known color: Heliotrope. HEX triplet: CF, 72 and FF. RGB value is (207,114,255). Sum of RGB (Red+Green+Blue) = 207+114+255=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF72FF is #308D00. Grayscale: #9D9D9D. Windows color (decimal): -3181825 or 16741071. OLE color: 16741071.
HSL color Cylindrical-coordinate representation of color #CF72FF: hue angle of 279.57º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF72FF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 114 | 255 | - |
| CMYK | 0.19 | 0.55 | 0 | 0 |
| HSL | 279.57º | 1% | 0.72% | - |
| HSV(B) | 279.57º | 0.55% | 1% | - |
| XYZ | 49.8 | 32.52 | 98.26 | - |
| YUV | 157.88 | 182.81 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 255 | 0.19 | 0.55 | 0 | 0 | 279.57 | 1 | 0.72 |
| Hex | CF | 72 | FF | 13 | 37 | 0 | 0 | 118 | 64 | 48 |
| Octal | 317 | 162 | 377 | 23 | 67 | 0 | 0 | 430 | 144 | 110 |
| Binary | 11001111 | 1110010 | 11111111 | 10011 | 110111 | 0 | 0 | 100011000 | 1100100 | 1001000 |
Color Harmonies of #CF72FF
Complementary color
Monochromatic Colors of #CF72FF
Black with #CF72FF
Text Example
Text Example
White with #CF72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF72FF; }
p { color: rgb(207,114,255); }
H1.HeaderClassName
{
color: #CF72FF;
}
.AnyTagClassName
{
color: #CF72FF;
}
</style>
background-color css
<style>
a { background-color: #CF72FF; }
a { background-color: rgb(207,114,255); }
div.DivClassName
{
background-color: #CF72FF;
}
.BgClassName
{
background-color: #CF72FF;
}
</style>
border-color css
<style>
span { border-color: #CF72FF; }
span { border-color: rgb(207,114,255); }
td.TdClassName
{
border-color: #CF72FF;
}
.TagClassName
{
border-color: #CF72FF;
}
</style>