Shades of Heliotrope #CF70FF
Tints of Heliotrope #CF70FF
RGB
CMYK
RGB Variations
Color information
#CF70FF (or 0xCF70FF) is known color: Heliotrope. HEX triplet: CF, 70 and FF. RGB value is (207,112,255). Sum of RGB (Red+Green+Blue) = 207+112+255=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF70FF is #308F00. Grayscale: #9C9C9C. Windows color (decimal): -3182337 or 16740559. OLE color: 16740559.
HSL color Cylindrical-coordinate representation of color #CF70FF: hue angle of 279.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF70FF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 112 | 255 | - |
| CMYK | 0.19 | 0.56 | 0 | 0 |
| HSL | 279.86º | 1% | 0.72% | - |
| HSV(B) | 279.86º | 0.56% | 1% | - |
| XYZ | 49.58 | 32.07 | 98.19 | - |
| YUV | 156.71 | 183.47 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 255 | 0.19 | 0.56 | 0 | 0 | 279.86 | 1 | 0.72 |
| Hex | CF | 70 | FF | 13 | 38 | 0 | 0 | 118 | 64 | 48 |
| Octal | 317 | 160 | 377 | 23 | 70 | 0 | 0 | 430 | 144 | 110 |
| Binary | 11001111 | 1110000 | 11111111 | 10011 | 111000 | 0 | 0 | 100011000 | 1100100 | 1001000 |
Color Harmonies of #CF70FF
Complementary color
Monochromatic Colors of #CF70FF
Black with #CF70FF
Text Example
Text Example
White with #CF70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70FF; }
p { color: rgb(207,112,255); }
H1.HeaderClassName
{
color: #CF70FF;
}
.AnyTagClassName
{
color: #CF70FF;
}
</style>
background-color css
<style>
a { background-color: #CF70FF; }
a { background-color: rgb(207,112,255); }
div.DivClassName
{
background-color: #CF70FF;
}
.BgClassName
{
background-color: #CF70FF;
}
</style>
border-color css
<style>
span { border-color: #CF70FF; }
span { border-color: rgb(207,112,255); }
td.TdClassName
{
border-color: #CF70FF;
}
.TagClassName
{
border-color: #CF70FF;
}
</style>