Shades of Heliotrope #CC68EA
Tints of Heliotrope #CC68EA
RGB
CMYK
RGB Variations
Color information
#CC68EA (or 0xCC68EA) is known color: Heliotrope. HEX triplet: CC, 68 and EA. RGB value is (204,104,234). Sum of RGB (Red+Green+Blue) = 204+104+234=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC68EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68EA is #339715. Grayscale: #949494. Windows color (decimal): -3381014 or 15362252. OLE color: 15362252.
HSL color Cylindrical-coordinate representation of color #CC68EA: hue angle of 286.15º 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 #CC68EA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 104 | 234 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.08 |
| HSL | 286.15º | 0.76% | 0.66% | - |
| HSV(B) | 286.15º | 0.56% | 0.92% | - |
| XYZ | 44.7 | 28.68 | 81.02 | - |
| YUV | 148.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 234 | 0.13 | 0.56 | 0 | 0.08 | 286.15 | 0.76 | 0.66 |
| Hex | CC | 68 | EA | D | 38 | 0 | 8 | 11E | 4C | 42 |
| Octal | 314 | 150 | 352 | 15 | 70 | 0 | 10 | 436 | 114 | 102 |
| Binary | 11001100 | 1101000 | 11101010 | 1101 | 111000 | 0 | 1000 | 100011110 | 1001100 | 1000010 |
Color Harmonies of #CC68EA
Complementary color
Monochromatic Colors of #CC68EA
Black with #CC68EA
Text Example
Text Example
White with #CC68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68EA; }
p { color: rgb(204,104,234); }
H1.HeaderClassName
{
color: #CC68EA;
}
.AnyTagClassName
{
color: #CC68EA;
}
</style>
background-color css
<style>
a { background-color: #CC68EA; }
a { background-color: rgb(204,104,234); }
div.DivClassName
{
background-color: #CC68EA;
}
.BgClassName
{
background-color: #CC68EA;
}
</style>
border-color css
<style>
span { border-color: #CC68EA; }
span { border-color: rgb(204,104,234); }
td.TdClassName
{
border-color: #CC68EA;
}
.TagClassName
{
border-color: #CC68EA;
}
</style>