Shades of Heliotrope #CF6FFC
Tints of Heliotrope #CF6FFC
RGB
CMYK
RGB Variations
Color information
#CF6FFC (or 0xCF6FFC) is known color: Heliotrope. HEX triplet: CF, 6F and FC. RGB value is (207,111,252). Sum of RGB (Red+Green+Blue) = 207+111+252=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF6FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6FFC is #309003. Grayscale: #9B9B9B. Windows color (decimal): -3182596 or 16543695. OLE color: 16543695.
HSL color Cylindrical-coordinate representation of color #CF6FFC: hue angle of 280.85º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6FFC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 111 | 252 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.01 |
| HSL | 280.85º | 0.96% | 0.71% | - |
| HSV(B) | 280.85º | 0.56% | 0.99% | - |
| XYZ | 48.99 | 31.66 | 95.63 | - |
| YUV | 155.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 252 | 0.18 | 0.56 | 0 | 0.01 | 280.85 | 0.96 | 0.71 |
| Hex | CF | 6F | FC | 12 | 38 | 0 | 1 | 119 | 60 | 47 |
| Octal | 317 | 157 | 374 | 22 | 70 | 0 | 1 | 431 | 140 | 107 |
| Binary | 11001111 | 1101111 | 11111100 | 10010 | 111000 | 0 | 1 | 100011001 | 1100000 | 1000111 |
Color Harmonies of #CF6FFC
Complementary color
Monochromatic Colors of #CF6FFC
Black with #CF6FFC
Text Example
Text Example
White with #CF6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FFC; }
p { color: rgb(207,111,252); }
H1.HeaderClassName
{
color: #CF6FFC;
}
.AnyTagClassName
{
color: #CF6FFC;
}
</style>
background-color css
<style>
a { background-color: #CF6FFC; }
a { background-color: rgb(207,111,252); }
div.DivClassName
{
background-color: #CF6FFC;
}
.BgClassName
{
background-color: #CF6FFC;
}
</style>
border-color css
<style>
span { border-color: #CF6FFC; }
span { border-color: rgb(207,111,252); }
td.TdClassName
{
border-color: #CF6FFC;
}
.TagClassName
{
border-color: #CF6FFC;
}
</style>