Shades of Heliotrope #CC68F0
Tints of Heliotrope #CC68F0
RGB
CMYK
RGB Variations
Color information
#CC68F0 (or 0xCC68F0) is known color: Heliotrope. HEX triplet: CC, 68 and F0. RGB value is (204,104,240). Sum of RGB (Red+Green+Blue) = 204+104+240=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC68F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68F0 is #33970F. Grayscale: #949494. Windows color (decimal): -3381008 or 15755468. OLE color: 15755468.
HSL color Cylindrical-coordinate representation of color #CC68F0: hue angle of 284.12º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC68F0 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 104 | 240 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.06 |
| HSL | 284.12º | 0.82% | 0.67% | - |
| HSV(B) | 284.12º | 0.57% | 0.94% | - |
| XYZ | 45.58 | 29.03 | 85.64 | - |
| YUV | 149.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 240 | 0.15 | 0.57 | 0 | 0.06 | 284.12 | 0.82 | 0.67 |
| Hex | CC | 68 | F0 | F | 39 | 0 | 6 | 11C | 52 | 43 |
| Octal | 314 | 150 | 360 | 17 | 71 | 0 | 6 | 434 | 122 | 103 |
| Binary | 11001100 | 1101000 | 11110000 | 1111 | 111001 | 0 | 110 | 100011100 | 1010010 | 1000011 |
Color Harmonies of #CC68F0
Complementary color
Monochromatic Colors of #CC68F0
Black with #CC68F0
Text Example
Text Example
White with #CC68F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68F0; }
p { color: rgb(204,104,240); }
H1.HeaderClassName
{
color: #CC68F0;
}
.AnyTagClassName
{
color: #CC68F0;
}
</style>
background-color css
<style>
a { background-color: #CC68F0; }
a { background-color: rgb(204,104,240); }
div.DivClassName
{
background-color: #CC68F0;
}
.BgClassName
{
background-color: #CC68F0;
}
</style>
border-color css
<style>
span { border-color: #CC68F0; }
span { border-color: rgb(204,104,240); }
td.TdClassName
{
border-color: #CC68F0;
}
.TagClassName
{
border-color: #CC68F0;
}
</style>