Shades of Heliotrope #CC58F7
Tints of Heliotrope #CC58F7
RGB
CMYK
RGB Variations
Color information
#CC58F7 (or 0xCC58F7) is known color: Heliotrope. HEX triplet: CC, 58 and F7. RGB value is (204,88,247). Sum of RGB (Red+Green+Blue) = 204+88+247=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC58F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58F7 is #33A708. Grayscale: #8C8C8C. Windows color (decimal): -3385097 or 16210124. OLE color: 16210124.
HSL color Cylindrical-coordinate representation of color #CC58F7: hue angle of 283.77º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC58F7 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 88 | 247 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.03 |
| HSL | 283.77º | 0.91% | 0.66% | - |
| HSV(B) | 283.77º | 0.64% | 0.97% | - |
| XYZ | 45.18 | 26.53 | 90.74 | - |
| YUV | 140.81 | 187.93 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 247 | 0.17 | 0.64 | 0 | 0.03 | 283.77 | 0.91 | 0.66 |
| Hex | CC | 58 | F7 | 11 | 40 | 0 | 3 | 11C | 5B | 42 |
| Octal | 314 | 130 | 367 | 21 | 100 | 0 | 3 | 434 | 133 | 102 |
| Binary | 11001100 | 1011000 | 11110111 | 10001 | 1000000 | 0 | 11 | 100011100 | 1011011 | 1000010 |
Color Harmonies of #CC58F7
Complementary color
Monochromatic Colors of #CC58F7
Black with #CC58F7
Text Example
Text Example
White with #CC58F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58F7; }
p { color: rgb(204,88,247); }
H1.HeaderClassName
{
color: #CC58F7;
}
.AnyTagClassName
{
color: #CC58F7;
}
</style>
background-color css
<style>
a { background-color: #CC58F7; }
a { background-color: rgb(204,88,247); }
div.DivClassName
{
background-color: #CC58F7;
}
.BgClassName
{
background-color: #CC58F7;
}
</style>
border-color css
<style>
span { border-color: #CC58F7; }
span { border-color: rgb(204,88,247); }
td.TdClassName
{
border-color: #CC58F7;
}
.TagClassName
{
border-color: #CC58F7;
}
</style>