Shades of Heliotrope #CF69FF
Tints of Heliotrope #CF69FF
RGB
CMYK
RGB Variations
Color information
#CF69FF (or 0xCF69FF) is known color: Heliotrope. HEX triplet: CF, 69 and FF. RGB value is (207,105,255). Sum of RGB (Red+Green+Blue) = 207+105+255=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF69FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF69FF is #309600. Grayscale: #989898. Windows color (decimal): -3184129 or 16738767. OLE color: 16738767.
HSL color Cylindrical-coordinate representation of color #CF69FF: hue angle of 280.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF69FF is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 105 | 255 | - |
| CMYK | 0.19 | 0.59 | 0 | 0 |
| HSL | 280.8º | 1% | 0.71% | - |
| HSV(B) | 280.8º | 0.59% | 1% | - |
| XYZ | 48.83 | 30.59 | 97.94 | - |
| YUV | 152.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 255 | 0.19 | 0.59 | 0 | 0 | 280.8 | 1 | 0.71 |
| Hex | CF | 69 | FF | 13 | 3B | 0 | 0 | 119 | 64 | 47 |
| Octal | 317 | 151 | 377 | 23 | 73 | 0 | 0 | 431 | 144 | 107 |
| Binary | 11001111 | 1101001 | 11111111 | 10011 | 111011 | 0 | 0 | 100011001 | 1100100 | 1000111 |
Color Harmonies of #CF69FF
Complementary color
Monochromatic Colors of #CF69FF
Black with #CF69FF
Text Example
Text Example
White with #CF69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF69FF; }
p { color: rgb(207,105,255); }
H1.HeaderClassName
{
color: #CF69FF;
}
.AnyTagClassName
{
color: #CF69FF;
}
</style>
background-color css
<style>
a { background-color: #CF69FF; }
a { background-color: rgb(207,105,255); }
div.DivClassName
{
background-color: #CF69FF;
}
.BgClassName
{
background-color: #CF69FF;
}
</style>
border-color css
<style>
span { border-color: #CF69FF; }
span { border-color: rgb(207,105,255); }
td.TdClassName
{
border-color: #CF69FF;
}
.TagClassName
{
border-color: #CF69FF;
}
</style>