Shades of Heliotrope #CF7FF5
Tints of Heliotrope #CF7FF5
RGB
CMYK
RGB Variations
Color information
#CF7FF5 (or 0xCF7FF5) is known color: Heliotrope. HEX triplet: CF, 7F and F5. RGB value is (207,127,245). Sum of RGB (Red+Green+Blue) = 207+127+245=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF7FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FF5 is #30800A. Grayscale: #A3A3A3. Windows color (decimal): -3178507 or 16089039. OLE color: 16089039.
HSL color Cylindrical-coordinate representation of color #CF7FF5: hue angle of 280.68º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF7FF5 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 127 | 245 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.04 |
| HSL | 280.68º | 0.86% | 0.73% | - |
| HSV(B) | 280.68º | 0.48% | 0.96% | - |
| XYZ | 49.8 | 35.04 | 90.52 | - |
| YUV | 164.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 245 | 0.16 | 0.48 | 0 | 0.04 | 280.68 | 0.86 | 0.73 |
| Hex | CF | 7F | F5 | 10 | 30 | 0 | 4 | 119 | 56 | 49 |
| Octal | 317 | 177 | 365 | 20 | 60 | 0 | 4 | 431 | 126 | 111 |
| Binary | 11001111 | 1111111 | 11110101 | 10000 | 110000 | 0 | 100 | 100011001 | 1010110 | 1001001 |
Color Harmonies of #CF7FF5
Complementary color
Monochromatic Colors of #CF7FF5
Black with #CF7FF5
Text Example
Text Example
White with #CF7FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FF5; }
p { color: rgb(207,127,245); }
H1.HeaderClassName
{
color: #CF7FF5;
}
.AnyTagClassName
{
color: #CF7FF5;
}
</style>
background-color css
<style>
a { background-color: #CF7FF5; }
a { background-color: rgb(207,127,245); }
div.DivClassName
{
background-color: #CF7FF5;
}
.BgClassName
{
background-color: #CF7FF5;
}
</style>
border-color css
<style>
span { border-color: #CF7FF5; }
span { border-color: rgb(207,127,245); }
td.TdClassName
{
border-color: #CF7FF5;
}
.TagClassName
{
border-color: #CF7FF5;
}
</style>