Shades of Heliotrope #CF62FF
Tints of Heliotrope #CF62FF
RGB
CMYK
RGB Variations
Color information
#CF62FF (or 0xCF62FF) is known color: Heliotrope. HEX triplet: CF, 62 and FF. RGB value is (207,98,255). Sum of RGB (Red+Green+Blue) = 207+98+255=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 98 (38.67% from 255 or 17.5% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF62FF is #309D00. Grayscale: #939393. Windows color (decimal): -3185921 or 16736975. OLE color: 16736975.
HSL color Cylindrical-coordinate representation of color #CF62FF: hue angle of 281.66º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF62FF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 98 | 255 | - |
| CMYK | 0.19 | 0.62 | 0 | 0 |
| HSL | 281.66º | 1% | 0.69% | - |
| HSV(B) | 281.66º | 0.62% | 1% | - |
| XYZ | 48.15 | 29.22 | 97.71 | - |
| YUV | 148.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 255 | 0.19 | 0.62 | 0 | 0 | 281.66 | 1 | 0.69 |
| Hex | CF | 62 | FF | 13 | 3E | 0 | 0 | 11A | 64 | 45 |
| Octal | 317 | 142 | 377 | 23 | 76 | 0 | 0 | 432 | 144 | 105 |
| Binary | 11001111 | 1100010 | 11111111 | 10011 | 111110 | 0 | 0 | 100011010 | 1100100 | 1000101 |
Color Harmonies of #CF62FF
Complementary color
Monochromatic Colors of #CF62FF
Black with #CF62FF
Text Example
Text Example
White with #CF62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62FF; }
p { color: rgb(207,98,255); }
H1.HeaderClassName
{
color: #CF62FF;
}
.AnyTagClassName
{
color: #CF62FF;
}
</style>
background-color css
<style>
a { background-color: #CF62FF; }
a { background-color: rgb(207,98,255); }
div.DivClassName
{
background-color: #CF62FF;
}
.BgClassName
{
background-color: #CF62FF;
}
</style>
border-color css
<style>
span { border-color: #CF62FF; }
span { border-color: rgb(207,98,255); }
td.TdClassName
{
border-color: #CF62FF;
}
.TagClassName
{
border-color: #CF62FF;
}
</style>