Shades of Heliotrope #CC74F0
Tints of Heliotrope #CC74F0
RGB
CMYK
RGB Variations
Color information
#CC74F0 (or 0xCC74F0) is known color: Heliotrope. HEX triplet: CC, 74 and F0. RGB value is (204,116,240). Sum of RGB (Red+Green+Blue) = 204+116+240=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC74F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74F0 is #338B0F. Grayscale: #9C9C9C. Windows color (decimal): -3377936 or 15758540. OLE color: 15758540.
HSL color Cylindrical-coordinate representation of color #CC74F0: hue angle of 282.58º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC74F0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 116 | 240 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.06 |
| HSL | 282.58º | 0.81% | 0.7% | - |
| HSV(B) | 282.58º | 0.52% | 0.94% | - |
| XYZ | 46.88 | 31.62 | 86.07 | - |
| YUV | 156.45 | 175.15 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 240 | 0.15 | 0.52 | 0 | 0.06 | 282.58 | 0.81 | 0.7 |
| Hex | CC | 74 | F0 | F | 34 | 0 | 6 | 11B | 51 | 46 |
| Octal | 314 | 164 | 360 | 17 | 64 | 0 | 6 | 433 | 121 | 106 |
| Binary | 11001100 | 1110100 | 11110000 | 1111 | 110100 | 0 | 110 | 100011011 | 1010001 | 1000110 |
Color Harmonies of #CC74F0
Complementary color
Monochromatic Colors of #CC74F0
Black with #CC74F0
Text Example
Text Example
White with #CC74F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74F0; }
p { color: rgb(204,116,240); }
H1.HeaderClassName
{
color: #CC74F0;
}
.AnyTagClassName
{
color: #CC74F0;
}
</style>
background-color css
<style>
a { background-color: #CC74F0; }
a { background-color: rgb(204,116,240); }
div.DivClassName
{
background-color: #CC74F0;
}
.BgClassName
{
background-color: #CC74F0;
}
</style>
border-color css
<style>
span { border-color: #CC74F0; }
span { border-color: rgb(204,116,240); }
td.TdClassName
{
border-color: #CC74F0;
}
.TagClassName
{
border-color: #CC74F0;
}
</style>