Shades of Heliotrope #CF63FF
Tints of Heliotrope #CF63FF
RGB
CMYK
RGB Variations
Color information
#CF63FF (or 0xCF63FF) is known color: Heliotrope. HEX triplet: CF, 63 and FF. RGB value is (207,99,255). Sum of RGB (Red+Green+Blue) = 207+99+255=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF63FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63FF is #309C00. Grayscale: #949494. Windows color (decimal): -3185665 or 16737231. OLE color: 16737231.
HSL color Cylindrical-coordinate representation of color #CF63FF: hue angle of 281.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF63FF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 99 | 255 | - |
| CMYK | 0.19 | 0.61 | 0 | 0 |
| HSL | 281.54º | 1% | 0.69% | - |
| HSV(B) | 281.54º | 0.61% | 1% | - |
| XYZ | 48.24 | 29.41 | 97.74 | - |
| YUV | 149.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 255 | 0.19 | 0.61 | 0 | 0 | 281.54 | 1 | 0.69 |
| Hex | CF | 63 | FF | 13 | 3D | 0 | 0 | 11A | 64 | 45 |
| Octal | 317 | 143 | 377 | 23 | 75 | 0 | 0 | 432 | 144 | 105 |
| Binary | 11001111 | 1100011 | 11111111 | 10011 | 111101 | 0 | 0 | 100011010 | 1100100 | 1000101 |
Color Harmonies of #CF63FF
Complementary color
Monochromatic Colors of #CF63FF
Black with #CF63FF
Text Example
Text Example
White with #CF63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63FF; }
p { color: rgb(207,99,255); }
H1.HeaderClassName
{
color: #CF63FF;
}
.AnyTagClassName
{
color: #CF63FF;
}
</style>
background-color css
<style>
a { background-color: #CF63FF; }
a { background-color: rgb(207,99,255); }
div.DivClassName
{
background-color: #CF63FF;
}
.BgClassName
{
background-color: #CF63FF;
}
</style>
border-color css
<style>
span { border-color: #CF63FF; }
span { border-color: rgb(207,99,255); }
td.TdClassName
{
border-color: #CF63FF;
}
.TagClassName
{
border-color: #CF63FF;
}
</style>