Shades of Heliotrope #CF53FF
Tints of Heliotrope #CF53FF
RGB
CMYK
RGB Variations
Color information
#CF53FF (or 0xCF53FF) is known color: Heliotrope. HEX triplet: CF, 53 and FF. RGB value is (207,83,255). Sum of RGB (Red+Green+Blue) = 207+83+255=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF53FF is #30AC00. Grayscale: #8B8B8B. Windows color (decimal): -3189761 or 16733135. OLE color: 16733135.
HSL color Cylindrical-coordinate representation of color #CF53FF: hue angle of 283.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF53FF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 83 | 255 | - |
| CMYK | 0.19 | 0.67 | 0 | 0 |
| HSL | 283.26º | 1% | 0.66% | - |
| HSV(B) | 283.26º | 0.67% | 1% | - |
| XYZ | 46.88 | 26.67 | 97.29 | - |
| YUV | 139.68 | 193.08 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 255 | 0.19 | 0.67 | 0 | 0 | 283.26 | 1 | 0.66 |
| Hex | CF | 53 | FF | 13 | 43 | 0 | 0 | 11B | 64 | 42 |
| Octal | 317 | 123 | 377 | 23 | 103 | 0 | 0 | 433 | 144 | 102 |
| Binary | 11001111 | 1010011 | 11111111 | 10011 | 1000011 | 0 | 0 | 100011011 | 1100100 | 1000010 |
Color Harmonies of #CF53FF
Complementary color
Monochromatic Colors of #CF53FF
Black with #CF53FF
Text Example
Text Example
White with #CF53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53FF; }
p { color: rgb(207,83,255); }
H1.HeaderClassName
{
color: #CF53FF;
}
.AnyTagClassName
{
color: #CF53FF;
}
</style>
background-color css
<style>
a { background-color: #CF53FF; }
a { background-color: rgb(207,83,255); }
div.DivClassName
{
background-color: #CF53FF;
}
.BgClassName
{
background-color: #CF53FF;
}
</style>
border-color css
<style>
span { border-color: #CF53FF; }
span { border-color: rgb(207,83,255); }
td.TdClassName
{
border-color: #CF53FF;
}
.TagClassName
{
border-color: #CF53FF;
}
</style>