Shades of Heliotrope #CC6BF0
Tints of Heliotrope #CC6BF0
RGB
CMYK
RGB Variations
Color information
#CC6BF0 (or 0xCC6BF0) is known color: Heliotrope. HEX triplet: CC, 6B and F0. RGB value is (204,107,240). Sum of RGB (Red+Green+Blue) = 204+107+240=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BF0 is #33940F. Grayscale: #969696. Windows color (decimal): -3380240 or 15756236. OLE color: 15756236.
HSL color Cylindrical-coordinate representation of color #CC6BF0: hue angle of 283.76º degrees, saturation: 0.82, 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 #CC6BF0 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 107 | 240 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.06 |
| HSL | 283.76º | 0.82% | 0.68% | - |
| HSV(B) | 283.76º | 0.55% | 0.94% | - |
| XYZ | 45.89 | 29.64 | 85.74 | - |
| YUV | 151.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 240 | 0.15 | 0.55 | 0 | 0.06 | 283.76 | 0.82 | 0.68 |
| Hex | CC | 6B | F0 | F | 37 | 0 | 6 | 11C | 52 | 44 |
| Octal | 314 | 153 | 360 | 17 | 67 | 0 | 6 | 434 | 122 | 104 |
| Binary | 11001100 | 1101011 | 11110000 | 1111 | 110111 | 0 | 110 | 100011100 | 1010010 | 1000100 |
Color Harmonies of #CC6BF0
Complementary color
Monochromatic Colors of #CC6BF0
Black with #CC6BF0
Text Example
Text Example
White with #CC6BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BF0; }
p { color: rgb(204,107,240); }
H1.HeaderClassName
{
color: #CC6BF0;
}
.AnyTagClassName
{
color: #CC6BF0;
}
</style>
background-color css
<style>
a { background-color: #CC6BF0; }
a { background-color: rgb(204,107,240); }
div.DivClassName
{
background-color: #CC6BF0;
}
.BgClassName
{
background-color: #CC6BF0;
}
</style>
border-color css
<style>
span { border-color: #CC6BF0; }
span { border-color: rgb(204,107,240); }
td.TdClassName
{
border-color: #CC6BF0;
}
.TagClassName
{
border-color: #CC6BF0;
}
</style>