Shades of Heliotrope #CC6BEF
Tints of Heliotrope #CC6BEF
RGB
CMYK
RGB Variations
Color information
#CC6BEF (or 0xCC6BEF) is known color: Heliotrope. HEX triplet: CC, 6B and EF. RGB value is (204,107,239). Sum of RGB (Red+Green+Blue) = 204+107+239=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC6BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BEF is #339410. Grayscale: #969696. Windows color (decimal): -3380241 or 15690700. OLE color: 15690700.
HSL color Cylindrical-coordinate representation of color #CC6BEF: hue angle of 284.09º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6BEF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 107 | 239 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.06 |
| HSL | 284.09º | 0.8% | 0.68% | - |
| HSV(B) | 284.09º | 0.55% | 0.94% | - |
| XYZ | 45.74 | 29.58 | 84.96 | - |
| YUV | 151.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 239 | 0.15 | 0.55 | 0 | 0.06 | 284.09 | 0.8 | 0.68 |
| Hex | CC | 6B | EF | F | 37 | 0 | 6 | 11C | 50 | 44 |
| Octal | 314 | 153 | 357 | 17 | 67 | 0 | 6 | 434 | 120 | 104 |
| Binary | 11001100 | 1101011 | 11101111 | 1111 | 110111 | 0 | 110 | 100011100 | 1010000 | 1000100 |
Color Harmonies of #CC6BEF
Complementary color
Monochromatic Colors of #CC6BEF
Black with #CC6BEF
Text Example
Text Example
White with #CC6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BEF; }
p { color: rgb(204,107,239); }
H1.HeaderClassName
{
color: #CC6BEF;
}
.AnyTagClassName
{
color: #CC6BEF;
}
</style>
background-color css
<style>
a { background-color: #CC6BEF; }
a { background-color: rgb(204,107,239); }
div.DivClassName
{
background-color: #CC6BEF;
}
.BgClassName
{
background-color: #CC6BEF;
}
</style>
border-color css
<style>
span { border-color: #CC6BEF; }
span { border-color: rgb(204,107,239); }
td.TdClassName
{
border-color: #CC6BEF;
}
.TagClassName
{
border-color: #CC6BEF;
}
</style>