Shades of Heliotrope #CF63EA
Tints of Heliotrope #CF63EA
RGB
CMYK
RGB Variations
Color information
#CF63EA (or 0xCF63EA) is known color: Heliotrope. HEX triplet: CF, 63 and EA. RGB value is (207,99,234). Sum of RGB (Red+Green+Blue) = 207+99+234=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63EA is #309C15. Grayscale: #929292. Windows color (decimal): -3185686 or 15360975. OLE color: 15360975.
HSL color Cylindrical-coordinate representation of color #CF63EA: hue angle of 288º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF63EA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 99 | 234 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.08 |
| HSL | 288º | 0.76% | 0.65% | - |
| HSV(B) | 288º | 0.58% | 0.92% | - |
| XYZ | 45.05 | 28.13 | 80.9 | - |
| YUV | 146.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 234 | 0.12 | 0.58 | 0 | 0.08 | 288 | 0.76 | 0.65 |
| Hex | CF | 63 | EA | C | 3A | 0 | 8 | 120 | 4C | 41 |
| Octal | 317 | 143 | 352 | 14 | 72 | 0 | 10 | 440 | 114 | 101 |
| Binary | 11001111 | 1100011 | 11101010 | 1100 | 111010 | 0 | 1000 | 100100000 | 1001100 | 1000001 |
Color Harmonies of #CF63EA
Complementary color
Monochromatic Colors of #CF63EA
Black with #CF63EA
Text Example
Text Example
White with #CF63EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63EA; }
p { color: rgb(207,99,234); }
H1.HeaderClassName
{
color: #CF63EA;
}
.AnyTagClassName
{
color: #CF63EA;
}
</style>
background-color css
<style>
a { background-color: #CF63EA; }
a { background-color: rgb(207,99,234); }
div.DivClassName
{
background-color: #CF63EA;
}
.BgClassName
{
background-color: #CF63EA;
}
</style>
border-color css
<style>
span { border-color: #CF63EA; }
span { border-color: rgb(207,99,234); }
td.TdClassName
{
border-color: #CF63EA;
}
.TagClassName
{
border-color: #CF63EA;
}
</style>