Shades of Heliotrope #CF6AFE
Tints of Heliotrope #CF6AFE
RGB
CMYK
RGB Variations
Color information
#CF6AFE (or 0xCF6AFE) is known color: Heliotrope. HEX triplet: CF, 6A and FE. RGB value is (207,106,254). Sum of RGB (Red+Green+Blue) = 207+106+254=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6AFE is #309501. Grayscale: #989898. Windows color (decimal): -3183874 or 16673487. OLE color: 16673487.
HSL color Cylindrical-coordinate representation of color #CF6AFE: hue angle of 280.95º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF6AFE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 106 | 254 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.00 |
| HSL | 280.95º | 0.99% | 0.71% | - |
| HSV(B) | 280.95º | 0.58% | 1% | - |
| XYZ | 48.78 | 30.73 | 97.13 | - |
| YUV | 153.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 254 | 0.19 | 0.58 | 0 | 0.00 | 280.95 | 0.99 | 0.71 |
| Hex | CF | 6A | FE | 13 | 3A | 0 | 0 | 119 | 63 | 47 |
| Octal | 317 | 152 | 376 | 23 | 72 | 0 | 0 | 431 | 143 | 107 |
| Binary | 11001111 | 1101010 | 11111110 | 10011 | 111010 | 0 | 0 | 100011001 | 1100011 | 1000111 |
Color Harmonies of #CF6AFE
Complementary color
Monochromatic Colors of #CF6AFE
Black with #CF6AFE
Text Example
Text Example
White with #CF6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AFE; }
p { color: rgb(207,106,254); }
H1.HeaderClassName
{
color: #CF6AFE;
}
.AnyTagClassName
{
color: #CF6AFE;
}
</style>
background-color css
<style>
a { background-color: #CF6AFE; }
a { background-color: rgb(207,106,254); }
div.DivClassName
{
background-color: #CF6AFE;
}
.BgClassName
{
background-color: #CF6AFE;
}
</style>
border-color css
<style>
span { border-color: #CF6AFE; }
span { border-color: rgb(207,106,254); }
td.TdClassName
{
border-color: #CF6AFE;
}
.TagClassName
{
border-color: #CF6AFE;
}
</style>