Shades of Heliotrope #CF65FF
Tints of Heliotrope #CF65FF
RGB
CMYK
RGB Variations
Color information
#CF65FF (or 0xCF65FF) is known color: Heliotrope. HEX triplet: CF, 65 and FF. RGB value is (207,101,255). Sum of RGB (Red+Green+Blue) = 207+101+255=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF65FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF65FF is #309A00. Grayscale: #959595. Windows color (decimal): -3185153 or 16737743. OLE color: 16737743.
HSL color Cylindrical-coordinate representation of color #CF65FF: hue angle of 281.3º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF65FF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 101 | 255 | - |
| CMYK | 0.19 | 0.60 | 0 | 0 |
| HSL | 281.3º | 1% | 0.7% | - |
| HSV(B) | 281.3º | 0.6% | 1% | - |
| XYZ | 48.44 | 29.79 | 97.81 | - |
| YUV | 150.25 | 187.12 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 255 | 0.19 | 0.60 | 0 | 0 | 281.3 | 1 | 0.7 |
| Hex | CF | 65 | FF | 13 | 3C | 0 | 0 | 119 | 64 | 46 |
| Octal | 317 | 145 | 377 | 23 | 74 | 0 | 0 | 431 | 144 | 106 |
| Binary | 11001111 | 1100101 | 11111111 | 10011 | 111100 | 0 | 0 | 100011001 | 1100100 | 1000110 |
Color Harmonies of #CF65FF
Complementary color
Monochromatic Colors of #CF65FF
Black with #CF65FF
Text Example
Text Example
White with #CF65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65FF; }
p { color: rgb(207,101,255); }
H1.HeaderClassName
{
color: #CF65FF;
}
.AnyTagClassName
{
color: #CF65FF;
}
</style>
background-color css
<style>
a { background-color: #CF65FF; }
a { background-color: rgb(207,101,255); }
div.DivClassName
{
background-color: #CF65FF;
}
.BgClassName
{
background-color: #CF65FF;
}
</style>
border-color css
<style>
span { border-color: #CF65FF; }
span { border-color: rgb(207,101,255); }
td.TdClassName
{
border-color: #CF65FF;
}
.TagClassName
{
border-color: #CF65FF;
}
</style>