Shades of Heliotrope #CC67EA
Tints of Heliotrope #CC67EA
RGB
CMYK
RGB Variations
Color information
#CC67EA (or 0xCC67EA) is known color: Heliotrope. HEX triplet: CC, 67 and EA. RGB value is (204,103,234). Sum of RGB (Red+Green+Blue) = 204+103+234=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC67EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC67EA is #339815. Grayscale: #939393. Windows color (decimal): -3381270 or 15361996. OLE color: 15361996.
HSL color Cylindrical-coordinate representation of color #CC67EA: hue angle of 286.26º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC67EA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 103 | 234 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.08 |
| HSL | 286.26º | 0.76% | 0.66% | - |
| HSV(B) | 286.26º | 0.56% | 0.92% | - |
| XYZ | 44.6 | 28.48 | 80.99 | - |
| YUV | 148.13 | 176.46 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 234 | 0.13 | 0.56 | 0 | 0.08 | 286.26 | 0.76 | 0.66 |
| Hex | CC | 67 | EA | D | 38 | 0 | 8 | 11E | 4C | 42 |
| Octal | 314 | 147 | 352 | 15 | 70 | 0 | 10 | 436 | 114 | 102 |
| Binary | 11001100 | 1100111 | 11101010 | 1101 | 111000 | 0 | 1000 | 100011110 | 1001100 | 1000010 |
Color Harmonies of #CC67EA
Complementary color
Monochromatic Colors of #CC67EA
Black with #CC67EA
Text Example
Text Example
White with #CC67EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67EA; }
p { color: rgb(204,103,234); }
H1.HeaderClassName
{
color: #CC67EA;
}
.AnyTagClassName
{
color: #CC67EA;
}
</style>
background-color css
<style>
a { background-color: #CC67EA; }
a { background-color: rgb(204,103,234); }
div.DivClassName
{
background-color: #CC67EA;
}
.BgClassName
{
background-color: #CC67EA;
}
</style>
border-color css
<style>
span { border-color: #CC67EA; }
span { border-color: rgb(204,103,234); }
td.TdClassName
{
border-color: #CC67EA;
}
.TagClassName
{
border-color: #CC67EA;
}
</style>