Shades of Heliotrope #CC6BEC
Tints of Heliotrope #CC6BEC
RGB
CMYK
RGB Variations
Color information
#CC6BEC (or 0xCC6BEC) is known color: Heliotrope. HEX triplet: CC, 6B and EC. RGB value is (204,107,236). Sum of RGB (Red+Green+Blue) = 204+107+236=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC6BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BEC is #339413. Grayscale: #969696. Windows color (decimal): -3380244 or 15494092. OLE color: 15494092.
HSL color Cylindrical-coordinate representation of color #CC6BEC: hue angle of 285.12º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6BEC is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 107 | 236 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.07 |
| HSL | 285.12º | 0.77% | 0.67% | - |
| HSV(B) | 285.12º | 0.55% | 0.93% | - |
| XYZ | 45.3 | 29.41 | 82.65 | - |
| YUV | 150.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 236 | 0.14 | 0.55 | 0 | 0.07 | 285.12 | 0.77 | 0.67 |
| Hex | CC | 6B | EC | E | 37 | 0 | 7 | 11D | 4D | 43 |
| Octal | 314 | 153 | 354 | 16 | 67 | 0 | 7 | 435 | 115 | 103 |
| Binary | 11001100 | 1101011 | 11101100 | 1110 | 110111 | 0 | 111 | 100011101 | 1001101 | 1000011 |
Color Harmonies of #CC6BEC
Complementary color
Monochromatic Colors of #CC6BEC
Black with #CC6BEC
Text Example
Text Example
White with #CC6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BEC; }
p { color: rgb(204,107,236); }
H1.HeaderClassName
{
color: #CC6BEC;
}
.AnyTagClassName
{
color: #CC6BEC;
}
</style>
background-color css
<style>
a { background-color: #CC6BEC; }
a { background-color: rgb(204,107,236); }
div.DivClassName
{
background-color: #CC6BEC;
}
.BgClassName
{
background-color: #CC6BEC;
}
</style>
border-color css
<style>
span { border-color: #CC6BEC; }
span { border-color: rgb(204,107,236); }
td.TdClassName
{
border-color: #CC6BEC;
}
.TagClassName
{
border-color: #CC6BEC;
}
</style>