Shades of Heliotrope #CC80F3
Tints of Heliotrope #CC80F3
RGB
CMYK
RGB Variations
Color information
#CC80F3 (or 0xCC80F3) is known color: Heliotrope. HEX triplet: CC, 80 and F3. RGB value is (204,128,243). Sum of RGB (Red+Green+Blue) = 204+128+243=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC80F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80F3 is #337F0C. Grayscale: #A3A3A3. Windows color (decimal): -3374861 or 15958220. OLE color: 15958220.
HSL color Cylindrical-coordinate representation of color #CC80F3: hue angle of 279.65º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC80F3 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 128 | 243 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.05 |
| HSL | 279.65º | 0.83% | 0.73% | - |
| HSV(B) | 279.65º | 0.47% | 0.95% | - |
| XYZ | 48.8 | 34.75 | 88.93 | - |
| YUV | 163.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 243 | 0.16 | 0.47 | 0 | 0.05 | 279.65 | 0.83 | 0.73 |
| Hex | CC | 80 | F3 | 10 | 2F | 0 | 5 | 118 | 53 | 49 |
| Octal | 314 | 200 | 363 | 20 | 57 | 0 | 5 | 430 | 123 | 111 |
| Binary | 11001100 | 10000000 | 11110011 | 10000 | 101111 | 0 | 101 | 100011000 | 1010011 | 1001001 |
Color Harmonies of #CC80F3
Complementary color
Monochromatic Colors of #CC80F3
Black with #CC80F3
Text Example
Text Example
White with #CC80F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80F3; }
p { color: rgb(204,128,243); }
H1.HeaderClassName
{
color: #CC80F3;
}
.AnyTagClassName
{
color: #CC80F3;
}
</style>
background-color css
<style>
a { background-color: #CC80F3; }
a { background-color: rgb(204,128,243); }
div.DivClassName
{
background-color: #CC80F3;
}
.BgClassName
{
background-color: #CC80F3;
}
</style>
border-color css
<style>
span { border-color: #CC80F3; }
span { border-color: rgb(204,128,243); }
td.TdClassName
{
border-color: #CC80F3;
}
.TagClassName
{
border-color: #CC80F3;
}
</style>