Shades of Heliotrope #CC74EB
Tints of Heliotrope #CC74EB
RGB
CMYK
RGB Variations
Color information
#CC74EB (or 0xCC74EB) is known color: Heliotrope. HEX triplet: CC, 74 and EB. RGB value is (204,116,235). Sum of RGB (Red+Green+Blue) = 204+116+235=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC74EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74EB is #338B14. Grayscale: #9B9B9B. Windows color (decimal): -3377941 or 15430860. OLE color: 15430860.
HSL color Cylindrical-coordinate representation of color #CC74EB: hue angle of 284.37º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC74EB is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 116 | 235 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.08 |
| HSL | 284.37º | 0.75% | 0.69% | - |
| HSV(B) | 284.37º | 0.51% | 0.92% | - |
| XYZ | 46.14 | 31.33 | 82.21 | - |
| YUV | 155.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 235 | 0.13 | 0.51 | 0 | 0.08 | 284.37 | 0.75 | 0.69 |
| Hex | CC | 74 | EB | D | 33 | 0 | 8 | 11C | 4B | 45 |
| Octal | 314 | 164 | 353 | 15 | 63 | 0 | 10 | 434 | 113 | 105 |
| Binary | 11001100 | 1110100 | 11101011 | 1101 | 110011 | 0 | 1000 | 100011100 | 1001011 | 1000101 |
Color Harmonies of #CC74EB
Complementary color
Monochromatic Colors of #CC74EB
Black with #CC74EB
Text Example
Text Example
White with #CC74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74EB; }
p { color: rgb(204,116,235); }
H1.HeaderClassName
{
color: #CC74EB;
}
.AnyTagClassName
{
color: #CC74EB;
}
</style>
background-color css
<style>
a { background-color: #CC74EB; }
a { background-color: rgb(204,116,235); }
div.DivClassName
{
background-color: #CC74EB;
}
.BgClassName
{
background-color: #CC74EB;
}
</style>
border-color css
<style>
span { border-color: #CC74EB; }
span { border-color: rgb(204,116,235); }
td.TdClassName
{
border-color: #CC74EB;
}
.TagClassName
{
border-color: #CC74EB;
}
</style>