Shades of Heliotrope #CC68EB
Tints of Heliotrope #CC68EB
RGB
CMYK
RGB Variations
Color information
#CC68EB (or 0xCC68EB) is known color: Heliotrope. HEX triplet: CC, 68 and EB. RGB value is (204,104,235). Sum of RGB (Red+Green+Blue) = 204+104+235=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68EB is #339714. Grayscale: #949494. Windows color (decimal): -3381013 or 15427788. OLE color: 15427788.
HSL color Cylindrical-coordinate representation of color #CC68EB: hue angle of 285.8º degrees, saturation: 0.77, 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 #CC68EB is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 104 | 235 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.08 |
| HSL | 285.8º | 0.77% | 0.66% | - |
| HSV(B) | 285.8º | 0.56% | 0.92% | - |
| XYZ | 44.85 | 28.74 | 81.78 | - |
| YUV | 148.83 | 176.63 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 235 | 0.13 | 0.56 | 0 | 0.08 | 285.8 | 0.77 | 0.66 |
| Hex | CC | 68 | EB | D | 38 | 0 | 8 | 11E | 4D | 42 |
| Octal | 314 | 150 | 353 | 15 | 70 | 0 | 10 | 436 | 115 | 102 |
| Binary | 11001100 | 1101000 | 11101011 | 1101 | 111000 | 0 | 1000 | 100011110 | 1001101 | 1000010 |
Color Harmonies of #CC68EB
Complementary color
Monochromatic Colors of #CC68EB
Black with #CC68EB
Text Example
Text Example
White with #CC68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68EB; }
p { color: rgb(204,104,235); }
H1.HeaderClassName
{
color: #CC68EB;
}
.AnyTagClassName
{
color: #CC68EB;
}
</style>
background-color css
<style>
a { background-color: #CC68EB; }
a { background-color: rgb(204,104,235); }
div.DivClassName
{
background-color: #CC68EB;
}
.BgClassName
{
background-color: #CC68EB;
}
</style>
border-color css
<style>
span { border-color: #CC68EB; }
span { border-color: rgb(204,104,235); }
td.TdClassName
{
border-color: #CC68EB;
}
.TagClassName
{
border-color: #CC68EB;
}
</style>