Shades of Heliotrope #CF73FF
Tints of Heliotrope #CF73FF
RGB
CMYK
RGB Variations
Color information
#CF73FF (or 0xCF73FF) is known color: Heliotrope. HEX triplet: CF, 73 and FF. RGB value is (207,115,255). Sum of RGB (Red+Green+Blue) = 207+115+255=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF73FF is #308C00. Grayscale: #9E9E9E. Windows color (decimal): -3181569 or 16741327. OLE color: 16741327.
HSL color Cylindrical-coordinate representation of color #CF73FF: hue angle of 279.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF73FF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 115 | 255 | - |
| CMYK | 0.19 | 0.55 | 0 | 0 |
| HSL | 279.43º | 1% | 0.73% | - |
| HSV(B) | 279.43º | 0.55% | 1% | - |
| XYZ | 49.91 | 32.75 | 98.3 | - |
| YUV | 158.47 | 182.48 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 255 | 0.19 | 0.55 | 0 | 0 | 279.43 | 1 | 0.73 |
| Hex | CF | 73 | FF | 13 | 37 | 0 | 0 | 117 | 64 | 49 |
| Octal | 317 | 163 | 377 | 23 | 67 | 0 | 0 | 427 | 144 | 111 |
| Binary | 11001111 | 1110011 | 11111111 | 10011 | 110111 | 0 | 0 | 100010111 | 1100100 | 1001001 |
Color Harmonies of #CF73FF
Complementary color
Monochromatic Colors of #CF73FF
Black with #CF73FF
Text Example
Text Example
White with #CF73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73FF; }
p { color: rgb(207,115,255); }
H1.HeaderClassName
{
color: #CF73FF;
}
.AnyTagClassName
{
color: #CF73FF;
}
</style>
background-color css
<style>
a { background-color: #CF73FF; }
a { background-color: rgb(207,115,255); }
div.DivClassName
{
background-color: #CF73FF;
}
.BgClassName
{
background-color: #CF73FF;
}
</style>
border-color css
<style>
span { border-color: #CF73FF; }
span { border-color: rgb(207,115,255); }
td.TdClassName
{
border-color: #CF73FF;
}
.TagClassName
{
border-color: #CF73FF;
}
</style>