Shades of Heliotrope #CF65FE
Tints of Heliotrope #CF65FE
RGB
CMYK
RGB Variations
Color information
#CF65FE (or 0xCF65FE) is known color: Heliotrope. HEX triplet: CF, 65 and FE. RGB value is (207,101,254). Sum of RGB (Red+Green+Blue) = 207+101+254=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF65FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF65FE is #309A01. Grayscale: #959595. Windows color (decimal): -3185154 or 16672207. OLE color: 16672207.
HSL color Cylindrical-coordinate representation of color #CF65FE: hue angle of 281.57º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF65FE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 101 | 254 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.00 |
| HSL | 281.57º | 0.99% | 0.7% | - |
| HSV(B) | 281.57º | 0.6% | 1% | - |
| XYZ | 48.28 | 29.73 | 96.96 | - |
| YUV | 150.14 | 186.62 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 254 | 0.19 | 0.60 | 0 | 0.00 | 281.57 | 0.99 | 0.7 |
| Hex | CF | 65 | FE | 13 | 3C | 0 | 0 | 11A | 63 | 46 |
| Octal | 317 | 145 | 376 | 23 | 74 | 0 | 0 | 432 | 143 | 106 |
| Binary | 11001111 | 1100101 | 11111110 | 10011 | 111100 | 0 | 0 | 100011010 | 1100011 | 1000110 |
Color Harmonies of #CF65FE
Complementary color
Monochromatic Colors of #CF65FE
Black with #CF65FE
Text Example
Text Example
White with #CF65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65FE; }
p { color: rgb(207,101,254); }
H1.HeaderClassName
{
color: #CF65FE;
}
.AnyTagClassName
{
color: #CF65FE;
}
</style>
background-color css
<style>
a { background-color: #CF65FE; }
a { background-color: rgb(207,101,254); }
div.DivClassName
{
background-color: #CF65FE;
}
.BgClassName
{
background-color: #CF65FE;
}
</style>
border-color css
<style>
span { border-color: #CF65FE; }
span { border-color: rgb(207,101,254); }
td.TdClassName
{
border-color: #CF65FE;
}
.TagClassName
{
border-color: #CF65FE;
}
</style>