Shades of Heliotrope #CC6EFA
Tints of Heliotrope #CC6EFA
RGB
CMYK
RGB Variations
Color information
#CC6EFA (or 0xCC6EFA) is known color: Heliotrope. HEX triplet: CC, 6E and FA. RGB value is (204,110,250). Sum of RGB (Red+Green+Blue) = 204+110+250=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC6EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EFA is #339105. Grayscale: #999999. Windows color (decimal): -3379462 or 16412364. OLE color: 16412364.
HSL color Cylindrical-coordinate representation of color #CC6EFA: hue angle of 280.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6EFA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 110 | 250 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.02 |
| HSL | 280.29º | 0.93% | 0.71% | - |
| HSV(B) | 280.29º | 0.56% | 0.98% | - |
| XYZ | 47.73 | 30.89 | 93.89 | - |
| YUV | 154.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 250 | 0.18 | 0.56 | 0 | 0.02 | 280.29 | 0.93 | 0.71 |
| Hex | CC | 6E | FA | 12 | 38 | 0 | 2 | 118 | 5D | 47 |
| Octal | 314 | 156 | 372 | 22 | 70 | 0 | 2 | 430 | 135 | 107 |
| Binary | 11001100 | 1101110 | 11111010 | 10010 | 111000 | 0 | 10 | 100011000 | 1011101 | 1000111 |
Color Harmonies of #CC6EFA
Complementary color
Monochromatic Colors of #CC6EFA
Black with #CC6EFA
Text Example
Text Example
White with #CC6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EFA; }
p { color: rgb(204,110,250); }
H1.HeaderClassName
{
color: #CC6EFA;
}
.AnyTagClassName
{
color: #CC6EFA;
}
</style>
background-color css
<style>
a { background-color: #CC6EFA; }
a { background-color: rgb(204,110,250); }
div.DivClassName
{
background-color: #CC6EFA;
}
.BgClassName
{
background-color: #CC6EFA;
}
</style>
border-color css
<style>
span { border-color: #CC6EFA; }
span { border-color: rgb(204,110,250); }
td.TdClassName
{
border-color: #CC6EFA;
}
.TagClassName
{
border-color: #CC6EFA;
}
</style>