Shades of Heliotrope #CF80FB
Tints of Heliotrope #CF80FB
RGB
CMYK
RGB Variations
Color information
#CF80FB (or 0xCF80FB) is known color: Heliotrope. HEX triplet: CF, 80 and FB. RGB value is (207,128,251). Sum of RGB (Red+Green+Blue) = 207+128+251=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF80FB is #307F04. Grayscale: #A5A5A5. Windows color (decimal): -3178245 or 16482511. OLE color: 16482511.
HSL color Cylindrical-coordinate representation of color #CF80FB: hue angle of 278.54º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF80FB is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 128 | 251 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.02 |
| HSL | 278.54º | 0.94% | 0.74% | - |
| HSV(B) | 278.54º | 0.49% | 0.98% | - |
| XYZ | 50.86 | 35.67 | 95.47 | - |
| YUV | 165.64 | 176.17 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 251 | 0.18 | 0.49 | 0 | 0.02 | 278.54 | 0.94 | 0.74 |
| Hex | CF | 80 | FB | 12 | 31 | 0 | 2 | 117 | 5E | 4A |
| Octal | 317 | 200 | 373 | 22 | 61 | 0 | 2 | 427 | 136 | 112 |
| Binary | 11001111 | 10000000 | 11111011 | 10010 | 110001 | 0 | 10 | 100010111 | 1011110 | 1001010 |
Color Harmonies of #CF80FB
Complementary color
Monochromatic Colors of #CF80FB
Black with #CF80FB
Text Example
Text Example
White with #CF80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80FB; }
p { color: rgb(207,128,251); }
H1.HeaderClassName
{
color: #CF80FB;
}
.AnyTagClassName
{
color: #CF80FB;
}
</style>
background-color css
<style>
a { background-color: #CF80FB; }
a { background-color: rgb(207,128,251); }
div.DivClassName
{
background-color: #CF80FB;
}
.BgClassName
{
background-color: #CF80FB;
}
</style>
border-color css
<style>
span { border-color: #CF80FB; }
span { border-color: rgb(207,128,251); }
td.TdClassName
{
border-color: #CF80FB;
}
.TagClassName
{
border-color: #CF80FB;
}
</style>