Shades of Heliotrope #CC6DF3
Tints of Heliotrope #CC6DF3
RGB
CMYK
RGB Variations
Color information
#CC6DF3 (or 0xCC6DF3) is known color: Heliotrope. HEX triplet: CC, 6D and F3. RGB value is (204,109,243). Sum of RGB (Red+Green+Blue) = 204+109+243=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC6DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6DF3 is #33920C. Grayscale: #989898. Windows color (decimal): -3379725 or 15953356. OLE color: 15953356.
HSL color Cylindrical-coordinate representation of color #CC6DF3: hue angle of 282.54º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6DF3 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 109 | 243 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.05 |
| HSL | 282.54º | 0.85% | 0.69% | - |
| HSV(B) | 282.54º | 0.55% | 0.95% | - |
| XYZ | 46.55 | 30.25 | 88.18 | - |
| YUV | 152.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 243 | 0.16 | 0.55 | 0 | 0.05 | 282.54 | 0.85 | 0.69 |
| Hex | CC | 6D | F3 | 10 | 37 | 0 | 5 | 11B | 55 | 45 |
| Octal | 314 | 155 | 363 | 20 | 67 | 0 | 5 | 433 | 125 | 105 |
| Binary | 11001100 | 1101101 | 11110011 | 10000 | 110111 | 0 | 101 | 100011011 | 1010101 | 1000101 |
Color Harmonies of #CC6DF3
Complementary color
Monochromatic Colors of #CC6DF3
Black with #CC6DF3
Text Example
Text Example
White with #CC6DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DF3; }
p { color: rgb(204,109,243); }
H1.HeaderClassName
{
color: #CC6DF3;
}
.AnyTagClassName
{
color: #CC6DF3;
}
</style>
background-color css
<style>
a { background-color: #CC6DF3; }
a { background-color: rgb(204,109,243); }
div.DivClassName
{
background-color: #CC6DF3;
}
.BgClassName
{
background-color: #CC6DF3;
}
</style>
border-color css
<style>
span { border-color: #CC6DF3; }
span { border-color: rgb(204,109,243); }
td.TdClassName
{
border-color: #CC6DF3;
}
.TagClassName
{
border-color: #CC6DF3;
}
</style>