Shades of Heliotrope #CC68EF
Tints of Heliotrope #CC68EF
RGB
CMYK
RGB Variations
Color information
#CC68EF (or 0xCC68EF) is known color: Heliotrope. HEX triplet: CC, 68 and EF. RGB value is (204,104,239). Sum of RGB (Red+Green+Blue) = 204+104+239=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC68EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68EF is #339710. Grayscale: #949494. Windows color (decimal): -3381009 or 15689932. OLE color: 15689932.
HSL color Cylindrical-coordinate representation of color #CC68EF: hue angle of 284.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC68EF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 104 | 239 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.06 |
| HSL | 284.44º | 0.81% | 0.67% | - |
| HSV(B) | 284.44º | 0.56% | 0.94% | - |
| XYZ | 45.43 | 28.97 | 84.86 | - |
| YUV | 149.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 239 | 0.15 | 0.56 | 0 | 0.06 | 284.44 | 0.81 | 0.67 |
| Hex | CC | 68 | EF | F | 38 | 0 | 6 | 11C | 51 | 43 |
| Octal | 314 | 150 | 357 | 17 | 70 | 0 | 6 | 434 | 121 | 103 |
| Binary | 11001100 | 1101000 | 11101111 | 1111 | 111000 | 0 | 110 | 100011100 | 1010001 | 1000011 |
Color Harmonies of #CC68EF
Complementary color
Monochromatic Colors of #CC68EF
Black with #CC68EF
Text Example
Text Example
White with #CC68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68EF; }
p { color: rgb(204,104,239); }
H1.HeaderClassName
{
color: #CC68EF;
}
.AnyTagClassName
{
color: #CC68EF;
}
</style>
background-color css
<style>
a { background-color: #CC68EF; }
a { background-color: rgb(204,104,239); }
div.DivClassName
{
background-color: #CC68EF;
}
.BgClassName
{
background-color: #CC68EF;
}
</style>
border-color css
<style>
span { border-color: #CC68EF; }
span { border-color: rgb(204,104,239); }
td.TdClassName
{
border-color: #CC68EF;
}
.TagClassName
{
border-color: #CC68EF;
}
</style>