Shades of Heliotrope #CC6EFB
Tints of Heliotrope #CC6EFB
RGB
CMYK
RGB Variations
Color information
#CC6EFB (or 0xCC6EFB) is known color: Heliotrope. HEX triplet: CC, 6E and FB. RGB value is (204,110,251). Sum of RGB (Red+Green+Blue) = 204+110+251=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EFB is #339104. Grayscale: #999999. Windows color (decimal): -3379461 or 16477900. OLE color: 16477900.
HSL color Cylindrical-coordinate representation of color #CC6EFB: hue angle of 280º degrees, saturation: 0.95, 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 #CC6EFB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 110 | 251 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.02 |
| HSL | 280º | 0.95% | 0.71% | - |
| HSV(B) | 280º | 0.56% | 0.98% | - |
| XYZ | 47.89 | 30.95 | 94.72 | - |
| YUV | 154.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 251 | 0.19 | 0.56 | 0 | 0.02 | 280 | 0.95 | 0.71 |
| Hex | CC | 6E | FB | 13 | 38 | 0 | 2 | 118 | 5F | 47 |
| Octal | 314 | 156 | 373 | 23 | 70 | 0 | 2 | 430 | 137 | 107 |
| Binary | 11001100 | 1101110 | 11111011 | 10011 | 111000 | 0 | 10 | 100011000 | 1011111 | 1000111 |
Color Harmonies of #CC6EFB
Complementary color
Monochromatic Colors of #CC6EFB
Black with #CC6EFB
Text Example
Text Example
White with #CC6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EFB; }
p { color: rgb(204,110,251); }
H1.HeaderClassName
{
color: #CC6EFB;
}
.AnyTagClassName
{
color: #CC6EFB;
}
</style>
background-color css
<style>
a { background-color: #CC6EFB; }
a { background-color: rgb(204,110,251); }
div.DivClassName
{
background-color: #CC6EFB;
}
.BgClassName
{
background-color: #CC6EFB;
}
</style>
border-color css
<style>
span { border-color: #CC6EFB; }
span { border-color: rgb(204,110,251); }
td.TdClassName
{
border-color: #CC6EFB;
}
.TagClassName
{
border-color: #CC6EFB;
}
</style>