Shades of Heliotrope #CC5AF3
Tints of Heliotrope #CC5AF3
RGB
CMYK
RGB Variations
Color information
#CC5AF3 (or 0xCC5AF3) is known color: Heliotrope. HEX triplet: CC, 5A and F3. RGB value is (204,90,243). Sum of RGB (Red+Green+Blue) = 204+90+243=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC5AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AF3 is #33A50C. Grayscale: #8D8D8D. Windows color (decimal): -3384589 or 15948492. OLE color: 15948492.
HSL color Cylindrical-coordinate representation of color #CC5AF3: hue angle of 284.71º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5AF3 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 90 | 243 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.05 |
| HSL | 284.71º | 0.86% | 0.65% | - |
| HSV(B) | 284.71º | 0.63% | 0.95% | - |
| XYZ | 44.74 | 26.62 | 87.57 | - |
| YUV | 141.53 | 185.27 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 243 | 0.16 | 0.63 | 0 | 0.05 | 284.71 | 0.86 | 0.65 |
| Hex | CC | 5A | F3 | 10 | 3F | 0 | 5 | 11D | 56 | 41 |
| Octal | 314 | 132 | 363 | 20 | 77 | 0 | 5 | 435 | 126 | 101 |
| Binary | 11001100 | 1011010 | 11110011 | 10000 | 111111 | 0 | 101 | 100011101 | 1010110 | 1000001 |
Color Harmonies of #CC5AF3
Complementary color
Monochromatic Colors of #CC5AF3
Black with #CC5AF3
Text Example
Text Example
White with #CC5AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5AF3; }
p { color: rgb(204,90,243); }
H1.HeaderClassName
{
color: #CC5AF3;
}
.AnyTagClassName
{
color: #CC5AF3;
}
</style>
background-color css
<style>
a { background-color: #CC5AF3; }
a { background-color: rgb(204,90,243); }
div.DivClassName
{
background-color: #CC5AF3;
}
.BgClassName
{
background-color: #CC5AF3;
}
</style>
border-color css
<style>
span { border-color: #CC5AF3; }
span { border-color: rgb(204,90,243); }
td.TdClassName
{
border-color: #CC5AF3;
}
.TagClassName
{
border-color: #CC5AF3;
}
</style>