Shades of Heliotrope #CC74ED
Tints of Heliotrope #CC74ED
RGB
CMYK
RGB Variations
Color information
#CC74ED (or 0xCC74ED) is known color: Heliotrope. HEX triplet: CC, 74 and ED. RGB value is (204,116,237). Sum of RGB (Red+Green+Blue) = 204+116+237=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74ED is #338B12. Grayscale: #9B9B9B. Windows color (decimal): -3377939 or 15561932. OLE color: 15561932.
HSL color Cylindrical-coordinate representation of color #CC74ED: hue angle of 283.64º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC74ED is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 116 | 237 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.07 |
| HSL | 283.64º | 0.77% | 0.69% | - |
| HSV(B) | 283.64º | 0.51% | 0.93% | - |
| XYZ | 46.43 | 31.44 | 83.74 | - |
| YUV | 156.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 237 | 0.14 | 0.51 | 0 | 0.07 | 283.64 | 0.77 | 0.69 |
| Hex | CC | 74 | ED | E | 33 | 0 | 7 | 11C | 4D | 45 |
| Octal | 314 | 164 | 355 | 16 | 63 | 0 | 7 | 434 | 115 | 105 |
| Binary | 11001100 | 1110100 | 11101101 | 1110 | 110011 | 0 | 111 | 100011100 | 1001101 | 1000101 |
Color Harmonies of #CC74ED
Complementary color
Monochromatic Colors of #CC74ED
Black with #CC74ED
Text Example
Text Example
White with #CC74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74ED; }
p { color: rgb(204,116,237); }
H1.HeaderClassName
{
color: #CC74ED;
}
.AnyTagClassName
{
color: #CC74ED;
}
</style>
background-color css
<style>
a { background-color: #CC74ED; }
a { background-color: rgb(204,116,237); }
div.DivClassName
{
background-color: #CC74ED;
}
.BgClassName
{
background-color: #CC74ED;
}
</style>
border-color css
<style>
span { border-color: #CC74ED; }
span { border-color: rgb(204,116,237); }
td.TdClassName
{
border-color: #CC74ED;
}
.TagClassName
{
border-color: #CC74ED;
}
</style>