Shades of Heliotrope #CF53FA
Tints of Heliotrope #CF53FA
RGB
CMYK
RGB Variations
Color information
#CF53FA (or 0xCF53FA) is known color: Heliotrope. HEX triplet: CF, 53 and FA. RGB value is (207,83,250). Sum of RGB (Red+Green+Blue) = 207+83+250=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF53FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF53FA is #30AC05. Grayscale: #8A8A8A. Windows color (decimal): -3189766 or 16405455. OLE color: 16405455.
HSL color Cylindrical-coordinate representation of color #CF53FA: hue angle of 284.55º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF53FA is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 83 | 250 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.02 |
| HSL | 284.55º | 0.94% | 0.65% | - |
| HSV(B) | 284.55º | 0.67% | 0.98% | - |
| XYZ | 46.08 | 26.35 | 93.1 | - |
| YUV | 139.11 | 190.58 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 250 | 0.17 | 0.67 | 0 | 0.02 | 284.55 | 0.94 | 0.65 |
| Hex | CF | 53 | FA | 11 | 43 | 0 | 2 | 11D | 5E | 41 |
| Octal | 317 | 123 | 372 | 21 | 103 | 0 | 2 | 435 | 136 | 101 |
| Binary | 11001111 | 1010011 | 11111010 | 10001 | 1000011 | 0 | 10 | 100011101 | 1011110 | 1000001 |
Color Harmonies of #CF53FA
Complementary color
Monochromatic Colors of #CF53FA
Black with #CF53FA
Text Example
Text Example
White with #CF53FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53FA; }
p { color: rgb(207,83,250); }
H1.HeaderClassName
{
color: #CF53FA;
}
.AnyTagClassName
{
color: #CF53FA;
}
</style>
background-color css
<style>
a { background-color: #CF53FA; }
a { background-color: rgb(207,83,250); }
div.DivClassName
{
background-color: #CF53FA;
}
.BgClassName
{
background-color: #CF53FA;
}
</style>
border-color css
<style>
span { border-color: #CF53FA; }
span { border-color: rgb(207,83,250); }
td.TdClassName
{
border-color: #CF53FA;
}
.TagClassName
{
border-color: #CF53FA;
}
</style>