Shades of Heliotrope #CC80F0
Tints of Heliotrope #CC80F0
RGB
CMYK
RGB Variations
Color information
#CC80F0 (or 0xCC80F0) is known color: Heliotrope. HEX triplet: CC, 80 and F0. RGB value is (204,128,240). Sum of RGB (Red+Green+Blue) = 204+128+240=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80F0 is #337F0F. Grayscale: #A3A3A3. Windows color (decimal): -3374864 or 15761612. OLE color: 15761612.
HSL color Cylindrical-coordinate representation of color #CC80F0: hue angle of 280.71º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC80F0 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 128 | 240 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.06 |
| HSL | 280.71º | 0.79% | 0.72% | - |
| HSV(B) | 280.71º | 0.47% | 0.94% | - |
| XYZ | 48.35 | 34.57 | 86.56 | - |
| YUV | 163.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 240 | 0.15 | 0.47 | 0 | 0.06 | 280.71 | 0.79 | 0.72 |
| Hex | CC | 80 | F0 | F | 2F | 0 | 6 | 119 | 4F | 48 |
| Octal | 314 | 200 | 360 | 17 | 57 | 0 | 6 | 431 | 117 | 110 |
| Binary | 11001100 | 10000000 | 11110000 | 1111 | 101111 | 0 | 110 | 100011001 | 1001111 | 1001000 |
Color Harmonies of #CC80F0
Complementary color
Monochromatic Colors of #CC80F0
Black with #CC80F0
Text Example
Text Example
White with #CC80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80F0; }
p { color: rgb(204,128,240); }
H1.HeaderClassName
{
color: #CC80F0;
}
.AnyTagClassName
{
color: #CC80F0;
}
</style>
background-color css
<style>
a { background-color: #CC80F0; }
a { background-color: rgb(204,128,240); }
div.DivClassName
{
background-color: #CC80F0;
}
.BgClassName
{
background-color: #CC80F0;
}
</style>
border-color css
<style>
span { border-color: #CC80F0; }
span { border-color: rgb(204,128,240); }
td.TdClassName
{
border-color: #CC80F0;
}
.TagClassName
{
border-color: #CC80F0;
}
</style>