Shades of Heliotrope #CF5CFC
Tints of Heliotrope #CF5CFC
RGB
CMYK
RGB Variations
Color information
#CF5CFC (or 0xCF5CFC) is known color: Heliotrope. HEX triplet: CF, 5C and FC. RGB value is (207,92,252). Sum of RGB (Red+Green+Blue) = 207+92+252=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 92 (36.33% from 255 or 16.70% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5CFC is #30A303. Grayscale: #909090. Windows color (decimal): -3187460 or 16538831. OLE color: 16538831.
HSL color Cylindrical-coordinate representation of color #CF5CFC: hue angle of 283.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF5CFC is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 92 | 252 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.01 |
| HSL | 283.13º | 0.96% | 0.67% | - |
| HSV(B) | 283.13º | 0.63% | 0.99% | - |
| XYZ | 47.13 | 27.95 | 95.01 | - |
| YUV | 144.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 252 | 0.18 | 0.63 | 0 | 0.01 | 283.13 | 0.96 | 0.67 |
| Hex | CF | 5C | FC | 12 | 3F | 0 | 1 | 11B | 60 | 43 |
| Octal | 317 | 134 | 374 | 22 | 77 | 0 | 1 | 433 | 140 | 103 |
| Binary | 11001111 | 1011100 | 11111100 | 10010 | 111111 | 0 | 1 | 100011011 | 1100000 | 1000011 |
Color Harmonies of #CF5CFC
Complementary color
Monochromatic Colors of #CF5CFC
Black with #CF5CFC
Text Example
Text Example
White with #CF5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CFC; }
p { color: rgb(207,92,252); }
H1.HeaderClassName
{
color: #CF5CFC;
}
.AnyTagClassName
{
color: #CF5CFC;
}
</style>
background-color css
<style>
a { background-color: #CF5CFC; }
a { background-color: rgb(207,92,252); }
div.DivClassName
{
background-color: #CF5CFC;
}
.BgClassName
{
background-color: #CF5CFC;
}
</style>
border-color css
<style>
span { border-color: #CF5CFC; }
span { border-color: rgb(207,92,252); }
td.TdClassName
{
border-color: #CF5CFC;
}
.TagClassName
{
border-color: #CF5CFC;
}
</style>