Shades of Heliotrope #CF69FE
Tints of Heliotrope #CF69FE
RGB
CMYK
RGB Variations
Color information
#CF69FE (or 0xCF69FE) is known color: Heliotrope. HEX triplet: CF, 69 and FE. RGB value is (207,105,254). Sum of RGB (Red+Green+Blue) = 207+105+254=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF69FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF69FE is #309601. Grayscale: #979797. Windows color (decimal): -3184130 or 16673231. OLE color: 16673231.
HSL color Cylindrical-coordinate representation of color #CF69FE: hue angle of 281.07º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF69FE is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 105 | 254 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.00 |
| HSL | 281.07º | 0.99% | 0.7% | - |
| HSV(B) | 281.07º | 0.59% | 1% | - |
| XYZ | 48.67 | 30.52 | 97.09 | - |
| YUV | 152.48 | 185.29 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 254 | 0.19 | 0.59 | 0 | 0.00 | 281.07 | 0.99 | 0.7 |
| Hex | CF | 69 | FE | 13 | 3B | 0 | 0 | 119 | 63 | 46 |
| Octal | 317 | 151 | 376 | 23 | 73 | 0 | 0 | 431 | 143 | 106 |
| Binary | 11001111 | 1101001 | 11111110 | 10011 | 111011 | 0 | 0 | 100011001 | 1100011 | 1000110 |
Color Harmonies of #CF69FE
Complementary color
Monochromatic Colors of #CF69FE
Black with #CF69FE
Text Example
Text Example
White with #CF69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF69FE; }
p { color: rgb(207,105,254); }
H1.HeaderClassName
{
color: #CF69FE;
}
.AnyTagClassName
{
color: #CF69FE;
}
</style>
background-color css
<style>
a { background-color: #CF69FE; }
a { background-color: rgb(207,105,254); }
div.DivClassName
{
background-color: #CF69FE;
}
.BgClassName
{
background-color: #CF69FE;
}
</style>
border-color css
<style>
span { border-color: #CF69FE; }
span { border-color: rgb(207,105,254); }
td.TdClassName
{
border-color: #CF69FE;
}
.TagClassName
{
border-color: #CF69FE;
}
</style>