Shades of Heliotrope #CC75EA
Tints of Heliotrope #CC75EA
RGB
CMYK
RGB Variations
Color information
#CC75EA (or 0xCC75EA) is known color: Heliotrope. HEX triplet: CC, 75 and EA. RGB value is (204,117,234). Sum of RGB (Red+Green+Blue) = 204+117+234=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75EA is #338A15. Grayscale: #9B9B9B. Windows color (decimal): -3377686 or 15365580. OLE color: 15365580.
HSL color Cylindrical-coordinate representation of color #CC75EA: hue angle of 284.62º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC75EA is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 117 | 234 | - |
| CMYK | 0.13 | 0.5 | 0 | 0.08 |
| HSL | 284.62º | 0.74% | 0.69% | - |
| HSV(B) | 284.62º | 0.5% | 0.92% | - |
| XYZ | 46.11 | 31.5 | 81.49 | - |
| YUV | 156.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 234 | 0.13 | 0.5 | 0 | 0.08 | 284.62 | 0.74 | 0.69 |
| Hex | CC | 75 | EA | D | 32 | 0 | 8 | 11D | 4A | 45 |
| Octal | 314 | 165 | 352 | 15 | 62 | 0 | 10 | 435 | 112 | 105 |
| Binary | 11001100 | 1110101 | 11101010 | 1101 | 110010 | 0 | 1000 | 100011101 | 1001010 | 1000101 |
Color Harmonies of #CC75EA
Complementary color
Monochromatic Colors of #CC75EA
Black with #CC75EA
Text Example
Text Example
White with #CC75EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC75EA; }
p { color: rgb(204,117,234); }
H1.HeaderClassName
{
color: #CC75EA;
}
.AnyTagClassName
{
color: #CC75EA;
}
</style>
background-color css
<style>
a { background-color: #CC75EA; }
a { background-color: rgb(204,117,234); }
div.DivClassName
{
background-color: #CC75EA;
}
.BgClassName
{
background-color: #CC75EA;
}
</style>
border-color css
<style>
span { border-color: #CC75EA; }
span { border-color: rgb(204,117,234); }
td.TdClassName
{
border-color: #CC75EA;
}
.TagClassName
{
border-color: #CC75EA;
}
</style>