Shades of Heliotrope #CC78EA
Tints of Heliotrope #CC78EA
RGB
CMYK
RGB Variations
Color information
#CC78EA (or 0xCC78EA) is known color: Heliotrope. HEX triplet: CC, 78 and EA. RGB value is (204,120,234). Sum of RGB (Red+Green+Blue) = 204+120+234=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC78EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78EA is #338715. Grayscale: #9D9D9D. Windows color (decimal): -3376918 or 15366348. OLE color: 15366348.
HSL color Cylindrical-coordinate representation of color #CC78EA: hue angle of 284.21º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC78EA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 120 | 234 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.08 |
| HSL | 284.21º | 0.73% | 0.69% | - |
| HSV(B) | 284.21º | 0.49% | 0.92% | - |
| XYZ | 46.47 | 32.21 | 81.61 | - |
| YUV | 158.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 234 | 0.13 | 0.49 | 0 | 0.08 | 284.21 | 0.73 | 0.69 |
| Hex | CC | 78 | EA | D | 31 | 0 | 8 | 11C | 49 | 45 |
| Octal | 314 | 170 | 352 | 15 | 61 | 0 | 10 | 434 | 111 | 105 |
| Binary | 11001100 | 1111000 | 11101010 | 1101 | 110001 | 0 | 1000 | 100011100 | 1001001 | 1000101 |
Color Harmonies of #CC78EA
Complementary color
Monochromatic Colors of #CC78EA
Black with #CC78EA
Text Example
Text Example
White with #CC78EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78EA; }
p { color: rgb(204,120,234); }
H1.HeaderClassName
{
color: #CC78EA;
}
.AnyTagClassName
{
color: #CC78EA;
}
</style>
background-color css
<style>
a { background-color: #CC78EA; }
a { background-color: rgb(204,120,234); }
div.DivClassName
{
background-color: #CC78EA;
}
.BgClassName
{
background-color: #CC78EA;
}
</style>
border-color css
<style>
span { border-color: #CC78EA; }
span { border-color: rgb(204,120,234); }
td.TdClassName
{
border-color: #CC78EA;
}
.TagClassName
{
border-color: #CC78EA;
}
</style>