Shades of Heliotrope #CC68F5
Tints of Heliotrope #CC68F5
RGB
CMYK
RGB Variations
Color information
#CC68F5 (or 0xCC68F5) is known color: Heliotrope. HEX triplet: CC, 68 and F5. RGB value is (204,104,245). Sum of RGB (Red+Green+Blue) = 204+104+245=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC68F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68F5 is #33970A. Grayscale: #959595. Windows color (decimal): -3381003 or 16083148. OLE color: 16083148.
HSL color Cylindrical-coordinate representation of color #CC68F5: hue angle of 282.55º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC68F5 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 104 | 245 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.04 |
| HSL | 282.55º | 0.88% | 0.68% | - |
| HSV(B) | 282.55º | 0.58% | 0.96% | - |
| XYZ | 46.33 | 29.33 | 89.61 | - |
| YUV | 149.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 245 | 0.17 | 0.58 | 0 | 0.04 | 282.55 | 0.88 | 0.68 |
| Hex | CC | 68 | F5 | 11 | 3A | 0 | 4 | 11B | 58 | 44 |
| Octal | 314 | 150 | 365 | 21 | 72 | 0 | 4 | 433 | 130 | 104 |
| Binary | 11001100 | 1101000 | 11110101 | 10001 | 111010 | 0 | 100 | 100011011 | 1011000 | 1000100 |
Color Harmonies of #CC68F5
Complementary color
Monochromatic Colors of #CC68F5
Black with #CC68F5
Text Example
Text Example
White with #CC68F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68F5; }
p { color: rgb(204,104,245); }
H1.HeaderClassName
{
color: #CC68F5;
}
.AnyTagClassName
{
color: #CC68F5;
}
</style>
background-color css
<style>
a { background-color: #CC68F5; }
a { background-color: rgb(204,104,245); }
div.DivClassName
{
background-color: #CC68F5;
}
.BgClassName
{
background-color: #CC68F5;
}
</style>
border-color css
<style>
span { border-color: #CC68F5; }
span { border-color: rgb(204,104,245); }
td.TdClassName
{
border-color: #CC68F5;
}
.TagClassName
{
border-color: #CC68F5;
}
</style>