Shades of Heliotrope #CC74FB
Tints of Heliotrope #CC74FB
RGB
CMYK
RGB Variations
Color information
#CC74FB (or 0xCC74FB) is known color: Heliotrope. HEX triplet: CC, 74 and FB. RGB value is (204,116,251). Sum of RGB (Red+Green+Blue) = 204+116+251=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC74FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74FB is #338B04. Grayscale: #9D9D9D. Windows color (decimal): -3377925 or 16479436. OLE color: 16479436.
HSL color Cylindrical-coordinate representation of color #CC74FB: hue angle of 279.11º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC74FB is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 116 | 251 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.02 |
| HSL | 279.11º | 0.94% | 0.72% | - |
| HSV(B) | 279.11º | 0.54% | 0.98% | - |
| XYZ | 48.56 | 32.29 | 94.94 | - |
| YUV | 157.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 251 | 0.19 | 0.54 | 0 | 0.02 | 279.11 | 0.94 | 0.72 |
| Hex | CC | 74 | FB | 13 | 36 | 0 | 2 | 117 | 5E | 48 |
| Octal | 314 | 164 | 373 | 23 | 66 | 0 | 2 | 427 | 136 | 110 |
| Binary | 11001100 | 1110100 | 11111011 | 10011 | 110110 | 0 | 10 | 100010111 | 1011110 | 1001000 |
Color Harmonies of #CC74FB
Complementary color
Monochromatic Colors of #CC74FB
Black with #CC74FB
Text Example
Text Example
White with #CC74FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74FB; }
p { color: rgb(204,116,251); }
H1.HeaderClassName
{
color: #CC74FB;
}
.AnyTagClassName
{
color: #CC74FB;
}
</style>
background-color css
<style>
a { background-color: #CC74FB; }
a { background-color: rgb(204,116,251); }
div.DivClassName
{
background-color: #CC74FB;
}
.BgClassName
{
background-color: #CC74FB;
}
</style>
border-color css
<style>
span { border-color: #CC74FB; }
span { border-color: rgb(204,116,251); }
td.TdClassName
{
border-color: #CC74FB;
}
.TagClassName
{
border-color: #CC74FB;
}
</style>