Shades of Heliotrope #CC73F5
Tints of Heliotrope #CC73F5
RGB
CMYK
RGB Variations
Color information
#CC73F5 (or 0xCC73F5) is known color: Heliotrope. HEX triplet: CC, 73 and F5. RGB value is (204,115,245). Sum of RGB (Red+Green+Blue) = 204+115+245=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC73F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73F5 is #338C0A. Grayscale: #9B9B9B. Windows color (decimal): -3378187 or 16085964. OLE color: 16085964.
HSL color Cylindrical-coordinate representation of color #CC73F5: hue angle of 281.08º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC73F5 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 115 | 245 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.04 |
| HSL | 281.08º | 0.87% | 0.71% | - |
| HSV(B) | 281.08º | 0.53% | 0.96% | - |
| XYZ | 47.51 | 31.69 | 90 | - |
| YUV | 156.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 245 | 0.17 | 0.53 | 0 | 0.04 | 281.08 | 0.87 | 0.71 |
| Hex | CC | 73 | F5 | 11 | 35 | 0 | 4 | 119 | 57 | 47 |
| Octal | 314 | 163 | 365 | 21 | 65 | 0 | 4 | 431 | 127 | 107 |
| Binary | 11001100 | 1110011 | 11110101 | 10001 | 110101 | 0 | 100 | 100011001 | 1010111 | 1000111 |
Color Harmonies of #CC73F5
Complementary color
Monochromatic Colors of #CC73F5
Black with #CC73F5
Text Example
Text Example
White with #CC73F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73F5; }
p { color: rgb(204,115,245); }
H1.HeaderClassName
{
color: #CC73F5;
}
.AnyTagClassName
{
color: #CC73F5;
}
</style>
background-color css
<style>
a { background-color: #CC73F5; }
a { background-color: rgb(204,115,245); }
div.DivClassName
{
background-color: #CC73F5;
}
.BgClassName
{
background-color: #CC73F5;
}
</style>
border-color css
<style>
span { border-color: #CC73F5; }
span { border-color: rgb(204,115,245); }
td.TdClassName
{
border-color: #CC73F5;
}
.TagClassName
{
border-color: #CC73F5;
}
</style>