Shades of Heliotrope #CC71EA
Tints of Heliotrope #CC71EA
RGB
CMYK
RGB Variations
Color information
#CC71EA (or 0xCC71EA) is known color: Heliotrope. HEX triplet: CC, 71 and EA. RGB value is (204,113,234). Sum of RGB (Red+Green+Blue) = 204+113+234=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC71EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC71EA is #338E15. Grayscale: #999999. Windows color (decimal): -3378710 or 15364556. OLE color: 15364556.
HSL color Cylindrical-coordinate representation of color #CC71EA: hue angle of 285.12º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC71EA is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 113 | 234 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.08 |
| HSL | 285.12º | 0.74% | 0.68% | - |
| HSV(B) | 285.12º | 0.52% | 0.92% | - |
| XYZ | 45.66 | 30.59 | 81.34 | - |
| YUV | 154 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 234 | 0.13 | 0.52 | 0 | 0.08 | 285.12 | 0.74 | 0.68 |
| Hex | CC | 71 | EA | D | 34 | 0 | 8 | 11D | 4A | 44 |
| Octal | 314 | 161 | 352 | 15 | 64 | 0 | 10 | 435 | 112 | 104 |
| Binary | 11001100 | 1110001 | 11101010 | 1101 | 110100 | 0 | 1000 | 100011101 | 1001010 | 1000100 |
Color Harmonies of #CC71EA
Complementary color
Monochromatic Colors of #CC71EA
Black with #CC71EA
Text Example
Text Example
White with #CC71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71EA; }
p { color: rgb(204,113,234); }
H1.HeaderClassName
{
color: #CC71EA;
}
.AnyTagClassName
{
color: #CC71EA;
}
</style>
background-color css
<style>
a { background-color: #CC71EA; }
a { background-color: rgb(204,113,234); }
div.DivClassName
{
background-color: #CC71EA;
}
.BgClassName
{
background-color: #CC71EA;
}
</style>
border-color css
<style>
span { border-color: #CC71EA; }
span { border-color: rgb(204,113,234); }
td.TdClassName
{
border-color: #CC71EA;
}
.TagClassName
{
border-color: #CC71EA;
}
</style>