Shades of Heliotrope #CC6DF8
Tints of Heliotrope #CC6DF8
RGB
CMYK
RGB Variations
Color information
#CC6DF8 (or 0xCC6DF8) is known color: Heliotrope. HEX triplet: CC, 6D and F8. RGB value is (204,109,248). Sum of RGB (Red+Green+Blue) = 204+109+248=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC6DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6DF8 is #339207. Grayscale: #989898. Windows color (decimal): -3379720 or 16281036. OLE color: 16281036.
HSL color Cylindrical-coordinate representation of color #CC6DF8: hue angle of 281.01º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6DF8 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 109 | 248 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.03 |
| HSL | 281.01º | 0.91% | 0.7% | - |
| HSV(B) | 281.01º | 0.56% | 0.97% | - |
| XYZ | 47.31 | 30.55 | 92.21 | - |
| YUV | 153.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 248 | 0.18 | 0.56 | 0 | 0.03 | 281.01 | 0.91 | 0.7 |
| Hex | CC | 6D | F8 | 12 | 38 | 0 | 3 | 119 | 5B | 46 |
| Octal | 314 | 155 | 370 | 22 | 70 | 0 | 3 | 431 | 133 | 106 |
| Binary | 11001100 | 1101101 | 11111000 | 10010 | 111000 | 0 | 11 | 100011001 | 1011011 | 1000110 |
Color Harmonies of #CC6DF8
Complementary color
Monochromatic Colors of #CC6DF8
Black with #CC6DF8
Text Example
Text Example
White with #CC6DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DF8; }
p { color: rgb(204,109,248); }
H1.HeaderClassName
{
color: #CC6DF8;
}
.AnyTagClassName
{
color: #CC6DF8;
}
</style>
background-color css
<style>
a { background-color: #CC6DF8; }
a { background-color: rgb(204,109,248); }
div.DivClassName
{
background-color: #CC6DF8;
}
.BgClassName
{
background-color: #CC6DF8;
}
</style>
border-color css
<style>
span { border-color: #CC6DF8; }
span { border-color: rgb(204,109,248); }
td.TdClassName
{
border-color: #CC6DF8;
}
.TagClassName
{
border-color: #CC6DF8;
}
</style>