Shades of Heliotrope #CC80F2
Tints of Heliotrope #CC80F2
RGB
CMYK
RGB Variations
Color information
#CC80F2 (or 0xCC80F2) is known color: Heliotrope. HEX triplet: CC, 80 and F2. RGB value is (204,128,242). Sum of RGB (Red+Green+Blue) = 204+128+242=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC80F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80F2 is #337F0D. Grayscale: #A3A3A3. Windows color (decimal): -3374862 or 15892684. OLE color: 15892684.
HSL color Cylindrical-coordinate representation of color #CC80F2: hue angle of 280º degrees, saturation: 0.81, 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 #CC80F2 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 128 | 242 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.05 |
| HSL | 280º | 0.81% | 0.73% | - |
| HSV(B) | 280º | 0.47% | 0.95% | - |
| XYZ | 48.65 | 34.69 | 88.14 | - |
| YUV | 163.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 242 | 0.16 | 0.47 | 0 | 0.05 | 280 | 0.81 | 0.73 |
| Hex | CC | 80 | F2 | 10 | 2F | 0 | 5 | 118 | 51 | 49 |
| Octal | 314 | 200 | 362 | 20 | 57 | 0 | 5 | 430 | 121 | 111 |
| Binary | 11001100 | 10000000 | 11110010 | 10000 | 101111 | 0 | 101 | 100011000 | 1010001 | 1001001 |
Color Harmonies of #CC80F2
Complementary color
Monochromatic Colors of #CC80F2
Black with #CC80F2
Text Example
Text Example
White with #CC80F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80F2; }
p { color: rgb(204,128,242); }
H1.HeaderClassName
{
color: #CC80F2;
}
.AnyTagClassName
{
color: #CC80F2;
}
</style>
background-color css
<style>
a { background-color: #CC80F2; }
a { background-color: rgb(204,128,242); }
div.DivClassName
{
background-color: #CC80F2;
}
.BgClassName
{
background-color: #CC80F2;
}
</style>
border-color css
<style>
span { border-color: #CC80F2; }
span { border-color: rgb(204,128,242); }
td.TdClassName
{
border-color: #CC80F2;
}
.TagClassName
{
border-color: #CC80F2;
}
</style>