Shades of Heliotrope #CC6BF7
Tints of Heliotrope #CC6BF7
RGB
CMYK
RGB Variations
Color information
#CC6BF7 (or 0xCC6BF7) is known color: Heliotrope. HEX triplet: CC, 6B and F7. RGB value is (204,107,247). Sum of RGB (Red+Green+Blue) = 204+107+247=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC6BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BF7 is #339408. Grayscale: #979797. Windows color (decimal): -3380233 or 16214988. OLE color: 16214988.
HSL color Cylindrical-coordinate representation of color #CC6BF7: hue angle of 281.57º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6BF7 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 107 | 247 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.03 |
| HSL | 281.57º | 0.9% | 0.69% | - |
| HSV(B) | 281.57º | 0.57% | 0.97% | - |
| XYZ | 46.95 | 30.07 | 91.32 | - |
| YUV | 151.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 247 | 0.17 | 0.57 | 0 | 0.03 | 281.57 | 0.9 | 0.69 |
| Hex | CC | 6B | F7 | 11 | 39 | 0 | 3 | 11A | 5A | 45 |
| Octal | 314 | 153 | 367 | 21 | 71 | 0 | 3 | 432 | 132 | 105 |
| Binary | 11001100 | 1101011 | 11110111 | 10001 | 111001 | 0 | 11 | 100011010 | 1011010 | 1000101 |
Color Harmonies of #CC6BF7
Complementary color
Monochromatic Colors of #CC6BF7
Black with #CC6BF7
Text Example
Text Example
White with #CC6BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BF7; }
p { color: rgb(204,107,247); }
H1.HeaderClassName
{
color: #CC6BF7;
}
.AnyTagClassName
{
color: #CC6BF7;
}
</style>
background-color css
<style>
a { background-color: #CC6BF7; }
a { background-color: rgb(204,107,247); }
div.DivClassName
{
background-color: #CC6BF7;
}
.BgClassName
{
background-color: #CC6BF7;
}
</style>
border-color css
<style>
span { border-color: #CC6BF7; }
span { border-color: rgb(204,107,247); }
td.TdClassName
{
border-color: #CC6BF7;
}
.TagClassName
{
border-color: #CC6BF7;
}
</style>