Shades of Heliotrope #CC67EC
Tints of Heliotrope #CC67EC
RGB
CMYK
RGB Variations
Color information
#CC67EC (or 0xCC67EC) is known color: Heliotrope. HEX triplet: CC, 67 and EC. RGB value is (204,103,236). Sum of RGB (Red+Green+Blue) = 204+103+236=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC67EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC67EC is #339813. Grayscale: #939393. Windows color (decimal): -3381268 or 15493068. OLE color: 15493068.
HSL color Cylindrical-coordinate representation of color #CC67EC: hue angle of 285.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC67EC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 103 | 236 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.07 |
| HSL | 285.56º | 0.78% | 0.66% | - |
| HSV(B) | 285.56º | 0.56% | 0.93% | - |
| XYZ | 44.89 | 28.59 | 82.51 | - |
| YUV | 148.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 236 | 0.14 | 0.56 | 0 | 0.07 | 285.56 | 0.78 | 0.66 |
| Hex | CC | 67 | EC | E | 38 | 0 | 7 | 11E | 4E | 42 |
| Octal | 314 | 147 | 354 | 16 | 70 | 0 | 7 | 436 | 116 | 102 |
| Binary | 11001100 | 1100111 | 11101100 | 1110 | 111000 | 0 | 111 | 100011110 | 1001110 | 1000010 |
Color Harmonies of #CC67EC
Complementary color
Monochromatic Colors of #CC67EC
Black with #CC67EC
Text Example
Text Example
White with #CC67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67EC; }
p { color: rgb(204,103,236); }
H1.HeaderClassName
{
color: #CC67EC;
}
.AnyTagClassName
{
color: #CC67EC;
}
</style>
background-color css
<style>
a { background-color: #CC67EC; }
a { background-color: rgb(204,103,236); }
div.DivClassName
{
background-color: #CC67EC;
}
.BgClassName
{
background-color: #CC67EC;
}
</style>
border-color css
<style>
span { border-color: #CC67EC; }
span { border-color: rgb(204,103,236); }
td.TdClassName
{
border-color: #CC67EC;
}
.TagClassName
{
border-color: #CC67EC;
}
</style>