Shades of Heliotrope #CC80F1
Tints of Heliotrope #CC80F1
RGB
CMYK
RGB Variations
Color information
#CC80F1 (or 0xCC80F1) is known color: Heliotrope. HEX triplet: CC, 80 and F1. RGB value is (204,128,241). Sum of RGB (Red+Green+Blue) = 204+128+241=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC80F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80F1 is #337F0E. Grayscale: #A3A3A3. Windows color (decimal): -3374863 or 15827148. OLE color: 15827148.
HSL color Cylindrical-coordinate representation of color #CC80F1: hue angle of 280.35º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC80F1 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 128 | 241 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.05 |
| HSL | 280.35º | 0.8% | 0.72% | - |
| HSV(B) | 280.35º | 0.47% | 0.95% | - |
| XYZ | 48.5 | 34.63 | 87.35 | - |
| YUV | 163.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 241 | 0.15 | 0.47 | 0 | 0.05 | 280.35 | 0.8 | 0.72 |
| Hex | CC | 80 | F1 | F | 2F | 0 | 5 | 118 | 50 | 48 |
| Octal | 314 | 200 | 361 | 17 | 57 | 0 | 5 | 430 | 120 | 110 |
| Binary | 11001100 | 10000000 | 11110001 | 1111 | 101111 | 0 | 101 | 100011000 | 1010000 | 1001000 |
Color Harmonies of #CC80F1
Complementary color
Monochromatic Colors of #CC80F1
Black with #CC80F1
Text Example
Text Example
White with #CC80F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80F1; }
p { color: rgb(204,128,241); }
H1.HeaderClassName
{
color: #CC80F1;
}
.AnyTagClassName
{
color: #CC80F1;
}
</style>
background-color css
<style>
a { background-color: #CC80F1; }
a { background-color: rgb(204,128,241); }
div.DivClassName
{
background-color: #CC80F1;
}
.BgClassName
{
background-color: #CC80F1;
}
</style>
border-color css
<style>
span { border-color: #CC80F1; }
span { border-color: rgb(204,128,241); }
td.TdClassName
{
border-color: #CC80F1;
}
.TagClassName
{
border-color: #CC80F1;
}
</style>