Shades of Heliotrope #CC6BE8
Tints of Heliotrope #CC6BE8
RGB
CMYK
RGB Variations
Color information
#CC6BE8 (or 0xCC6BE8) is known color: Heliotrope. HEX triplet: CC, 6B and E8. RGB value is (204,107,232). Sum of RGB (Red+Green+Blue) = 204+107+232=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC6BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BE8 is #339417. Grayscale: #959595. Windows color (decimal): -3380248 or 15231948. OLE color: 15231948.
HSL color Cylindrical-coordinate representation of color #CC6BE8: hue angle of 286.56º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC6BE8 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 107 | 232 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.09 |
| HSL | 286.56º | 0.73% | 0.66% | - |
| HSV(B) | 286.56º | 0.54% | 0.91% | - |
| XYZ | 44.73 | 29.18 | 79.62 | - |
| YUV | 150.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 232 | 0.12 | 0.54 | 0 | 0.09 | 286.56 | 0.73 | 0.66 |
| Hex | CC | 6B | E8 | C | 36 | 0 | 9 | 11F | 49 | 42 |
| Octal | 314 | 153 | 350 | 14 | 66 | 0 | 11 | 437 | 111 | 102 |
| Binary | 11001100 | 1101011 | 11101000 | 1100 | 110110 | 0 | 1001 | 100011111 | 1001001 | 1000010 |
Color Harmonies of #CC6BE8
Complementary color
Monochromatic Colors of #CC6BE8
Black with #CC6BE8
Text Example
Text Example
White with #CC6BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BE8; }
p { color: rgb(204,107,232); }
H1.HeaderClassName
{
color: #CC6BE8;
}
.AnyTagClassName
{
color: #CC6BE8;
}
</style>
background-color css
<style>
a { background-color: #CC6BE8; }
a { background-color: rgb(204,107,232); }
div.DivClassName
{
background-color: #CC6BE8;
}
.BgClassName
{
background-color: #CC6BE8;
}
</style>
border-color css
<style>
span { border-color: #CC6BE8; }
span { border-color: rgb(204,107,232); }
td.TdClassName
{
border-color: #CC6BE8;
}
.TagClassName
{
border-color: #CC6BE8;
}
</style>