Shades of Heliotrope #CC68FA
Tints of Heliotrope #CC68FA
RGB
CMYK
RGB Variations
Color information
#CC68FA (or 0xCC68FA) is known color: Heliotrope. HEX triplet: CC, 68 and FA. RGB value is (204,104,250). Sum of RGB (Red+Green+Blue) = 204+104+250=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68FA is #339705. Grayscale: #969696. Windows color (decimal): -3380998 or 16410828. OLE color: 16410828.
HSL color Cylindrical-coordinate representation of color #CC68FA: hue angle of 281.1º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC68FA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 104 | 250 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.02 |
| HSL | 281.1º | 0.94% | 0.69% | - |
| HSV(B) | 281.1º | 0.58% | 0.98% | - |
| XYZ | 47.11 | 29.64 | 93.68 | - |
| YUV | 150.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 250 | 0.18 | 0.58 | 0 | 0.02 | 281.1 | 0.94 | 0.69 |
| Hex | CC | 68 | FA | 12 | 3A | 0 | 2 | 119 | 5E | 45 |
| Octal | 314 | 150 | 372 | 22 | 72 | 0 | 2 | 431 | 136 | 105 |
| Binary | 11001100 | 1101000 | 11111010 | 10010 | 111010 | 0 | 10 | 100011001 | 1011110 | 1000101 |
Color Harmonies of #CC68FA
Complementary color
Monochromatic Colors of #CC68FA
Black with #CC68FA
Text Example
Text Example
White with #CC68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68FA; }
p { color: rgb(204,104,250); }
H1.HeaderClassName
{
color: #CC68FA;
}
.AnyTagClassName
{
color: #CC68FA;
}
</style>
background-color css
<style>
a { background-color: #CC68FA; }
a { background-color: rgb(204,104,250); }
div.DivClassName
{
background-color: #CC68FA;
}
.BgClassName
{
background-color: #CC68FA;
}
</style>
border-color css
<style>
span { border-color: #CC68FA; }
span { border-color: rgb(204,104,250); }
td.TdClassName
{
border-color: #CC68FA;
}
.TagClassName
{
border-color: #CC68FA;
}
</style>