Shades of Heliotrope #CF63FC
Tints of Heliotrope #CF63FC
RGB
CMYK
RGB Variations
Color information
#CF63FC (or 0xCF63FC) is known color: Heliotrope. HEX triplet: CF, 63 and FC. RGB value is (207,99,252). Sum of RGB (Red+Green+Blue) = 207+99+252=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF63FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63FC is #309C03. Grayscale: #949494. Windows color (decimal): -3185668 or 16540623. OLE color: 16540623.
HSL color Cylindrical-coordinate representation of color #CF63FC: hue angle of 282.35º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF63FC is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 99 | 252 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.01 |
| HSL | 282.35º | 0.96% | 0.69% | - |
| HSV(B) | 282.35º | 0.61% | 0.99% | - |
| XYZ | 47.76 | 29.22 | 95.22 | - |
| YUV | 148.73 | 186.28 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 252 | 0.18 | 0.61 | 0 | 0.01 | 282.35 | 0.96 | 0.69 |
| Hex | CF | 63 | FC | 12 | 3D | 0 | 1 | 11A | 60 | 45 |
| Octal | 317 | 143 | 374 | 22 | 75 | 0 | 1 | 432 | 140 | 105 |
| Binary | 11001111 | 1100011 | 11111100 | 10010 | 111101 | 0 | 1 | 100011010 | 1100000 | 1000101 |
Color Harmonies of #CF63FC
Complementary color
Monochromatic Colors of #CF63FC
Black with #CF63FC
Text Example
Text Example
White with #CF63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63FC; }
p { color: rgb(207,99,252); }
H1.HeaderClassName
{
color: #CF63FC;
}
.AnyTagClassName
{
color: #CF63FC;
}
</style>
background-color css
<style>
a { background-color: #CF63FC; }
a { background-color: rgb(207,99,252); }
div.DivClassName
{
background-color: #CF63FC;
}
.BgClassName
{
background-color: #CF63FC;
}
</style>
border-color css
<style>
span { border-color: #CF63FC; }
span { border-color: rgb(207,99,252); }
td.TdClassName
{
border-color: #CF63FC;
}
.TagClassName
{
border-color: #CF63FC;
}
</style>