Shades of Heliotrope #CF63FB
Tints of Heliotrope #CF63FB
RGB
CMYK
RGB Variations
Color information
#CF63FB (or 0xCF63FB) is known color: Heliotrope. HEX triplet: CF, 63 and FB. RGB value is (207,99,251). Sum of RGB (Red+Green+Blue) = 207+99+251=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF63FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63FB is #309C04. Grayscale: #949494. Windows color (decimal): -3185669 or 16475087. OLE color: 16475087.
HSL color Cylindrical-coordinate representation of color #CF63FB: hue angle of 282.63º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF63FB is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 99 | 251 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.02 |
| HSL | 282.63º | 0.95% | 0.69% | - |
| HSV(B) | 282.63º | 0.61% | 0.98% | - |
| XYZ | 47.61 | 29.15 | 94.38 | - |
| YUV | 148.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 251 | 0.18 | 0.61 | 0 | 0.02 | 282.63 | 0.95 | 0.69 |
| Hex | CF | 63 | FB | 12 | 3D | 0 | 2 | 11B | 5F | 45 |
| Octal | 317 | 143 | 373 | 22 | 75 | 0 | 2 | 433 | 137 | 105 |
| Binary | 11001111 | 1100011 | 11111011 | 10010 | 111101 | 0 | 10 | 100011011 | 1011111 | 1000101 |
Color Harmonies of #CF63FB
Complementary color
Monochromatic Colors of #CF63FB
Black with #CF63FB
Text Example
Text Example
White with #CF63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63FB; }
p { color: rgb(207,99,251); }
H1.HeaderClassName
{
color: #CF63FB;
}
.AnyTagClassName
{
color: #CF63FB;
}
</style>
background-color css
<style>
a { background-color: #CF63FB; }
a { background-color: rgb(207,99,251); }
div.DivClassName
{
background-color: #CF63FB;
}
.BgClassName
{
background-color: #CF63FB;
}
</style>
border-color css
<style>
span { border-color: #CF63FB; }
span { border-color: rgb(207,99,251); }
td.TdClassName
{
border-color: #CF63FB;
}
.TagClassName
{
border-color: #CF63FB;
}
</style>