Shades of Heliotrope #CC7DF5
Tints of Heliotrope #CC7DF5
RGB
CMYK
RGB Variations
Color information
#CC7DF5 (or 0xCC7DF5) is known color: Heliotrope. HEX triplet: CC, 7D and F5. RGB value is (204,125,245). Sum of RGB (Red+Green+Blue) = 204+125+245=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC7DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7DF5 is #33820A. Grayscale: #A1A1A1. Windows color (decimal): -3375627 or 16088524. OLE color: 16088524.
HSL color Cylindrical-coordinate representation of color #CC7DF5: hue angle of 279.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC7DF5 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 125 | 245 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.04 |
| HSL | 279.5º | 0.86% | 0.73% | - |
| HSV(B) | 279.5º | 0.49% | 0.96% | - |
| XYZ | 48.72 | 34.1 | 90.4 | - |
| YUV | 162.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 245 | 0.17 | 0.49 | 0 | 0.04 | 279.5 | 0.86 | 0.73 |
| Hex | CC | 7D | F5 | 11 | 31 | 0 | 4 | 118 | 56 | 49 |
| Octal | 314 | 175 | 365 | 21 | 61 | 0 | 4 | 430 | 126 | 111 |
| Binary | 11001100 | 1111101 | 11110101 | 10001 | 110001 | 0 | 100 | 100011000 | 1010110 | 1001001 |
Color Harmonies of #CC7DF5
Complementary color
Monochromatic Colors of #CC7DF5
Black with #CC7DF5
Text Example
Text Example
White with #CC7DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DF5; }
p { color: rgb(204,125,245); }
H1.HeaderClassName
{
color: #CC7DF5;
}
.AnyTagClassName
{
color: #CC7DF5;
}
</style>
background-color css
<style>
a { background-color: #CC7DF5; }
a { background-color: rgb(204,125,245); }
div.DivClassName
{
background-color: #CC7DF5;
}
.BgClassName
{
background-color: #CC7DF5;
}
</style>
border-color css
<style>
span { border-color: #CC7DF5; }
span { border-color: rgb(204,125,245); }
td.TdClassName
{
border-color: #CC7DF5;
}
.TagClassName
{
border-color: #CC7DF5;
}
</style>