Shades of Heliotrope #CC74FE
Tints of Heliotrope #CC74FE
RGB
CMYK
RGB Variations
Color information
#CC74FE (or 0xCC74FE) is known color: Heliotrope. HEX triplet: CC, 74 and FE. RGB value is (204,116,254). Sum of RGB (Red+Green+Blue) = 204+116+254=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC74FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74FE is #338B01. Grayscale: #9D9D9D. Windows color (decimal): -3377922 or 16676044. OLE color: 16676044.
HSL color Cylindrical-coordinate representation of color #CC74FE: hue angle of 278.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC74FE is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 116 | 254 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.00 |
| HSL | 278.26º | 0.99% | 0.73% | - |
| HSV(B) | 278.26º | 0.54% | 1% | - |
| XYZ | 49.04 | 32.48 | 97.45 | - |
| YUV | 158.04 | 182.15 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 254 | 0.20 | 0.54 | 0 | 0.00 | 278.26 | 0.99 | 0.73 |
| Hex | CC | 74 | FE | 14 | 36 | 0 | 0 | 116 | 63 | 49 |
| Octal | 314 | 164 | 376 | 24 | 66 | 0 | 0 | 426 | 143 | 111 |
| Binary | 11001100 | 1110100 | 11111110 | 10100 | 110110 | 0 | 0 | 100010110 | 1100011 | 1001001 |
Color Harmonies of #CC74FE
Complementary color
Monochromatic Colors of #CC74FE
Black with #CC74FE
Text Example
Text Example
White with #CC74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74FE; }
p { color: rgb(204,116,254); }
H1.HeaderClassName
{
color: #CC74FE;
}
.AnyTagClassName
{
color: #CC74FE;
}
</style>
background-color css
<style>
a { background-color: #CC74FE; }
a { background-color: rgb(204,116,254); }
div.DivClassName
{
background-color: #CC74FE;
}
.BgClassName
{
background-color: #CC74FE;
}
</style>
border-color css
<style>
span { border-color: #CC74FE; }
span { border-color: rgb(204,116,254); }
td.TdClassName
{
border-color: #CC74FE;
}
.TagClassName
{
border-color: #CC74FE;
}
</style>