Shades of Heliotrope #CC74F3
Tints of Heliotrope #CC74F3
RGB
CMYK
RGB Variations
Color information
#CC74F3 (or 0xCC74F3) is known color: Heliotrope. HEX triplet: CC, 74 and F3. RGB value is (204,116,243). Sum of RGB (Red+Green+Blue) = 204+116+243=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC74F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74F3 is #338B0C. Grayscale: #9C9C9C. Windows color (decimal): -3377933 or 15955148. OLE color: 15955148.
HSL color Cylindrical-coordinate representation of color #CC74F3: hue angle of 281.57º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC74F3 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 116 | 243 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.05 |
| HSL | 281.57º | 0.84% | 0.7% | - |
| HSV(B) | 281.57º | 0.52% | 0.95% | - |
| XYZ | 47.32 | 31.8 | 88.44 | - |
| YUV | 156.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 243 | 0.16 | 0.52 | 0 | 0.05 | 281.57 | 0.84 | 0.7 |
| Hex | CC | 74 | F3 | 10 | 34 | 0 | 5 | 11A | 54 | 46 |
| Octal | 314 | 164 | 363 | 20 | 64 | 0 | 5 | 432 | 124 | 106 |
| Binary | 11001100 | 1110100 | 11110011 | 10000 | 110100 | 0 | 101 | 100011010 | 1010100 | 1000110 |
Color Harmonies of #CC74F3
Complementary color
Monochromatic Colors of #CC74F3
Black with #CC74F3
Text Example
Text Example
White with #CC74F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74F3; }
p { color: rgb(204,116,243); }
H1.HeaderClassName
{
color: #CC74F3;
}
.AnyTagClassName
{
color: #CC74F3;
}
</style>
background-color css
<style>
a { background-color: #CC74F3; }
a { background-color: rgb(204,116,243); }
div.DivClassName
{
background-color: #CC74F3;
}
.BgClassName
{
background-color: #CC74F3;
}
</style>
border-color css
<style>
span { border-color: #CC74F3; }
span { border-color: rgb(204,116,243); }
td.TdClassName
{
border-color: #CC74F3;
}
.TagClassName
{
border-color: #CC74F3;
}
</style>