Shades of Heliotrope #CC7CF2
Tints of Heliotrope #CC7CF2
RGB
CMYK
RGB Variations
Color information
#CC7CF2 (or 0xCC7CF2) is known color: Heliotrope. HEX triplet: CC, 7C and F2. RGB value is (204,124,242). Sum of RGB (Red+Green+Blue) = 204+124+242=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC7CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CF2 is #33830D. Grayscale: #A0A0A0. Windows color (decimal): -3375886 or 15891660. OLE color: 15891660.
HSL color Cylindrical-coordinate representation of color #CC7CF2: hue angle of 280.68º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC7CF2 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 124 | 242 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.05 |
| HSL | 280.68º | 0.82% | 0.72% | - |
| HSV(B) | 280.68º | 0.49% | 0.95% | - |
| XYZ | 48.14 | 33.66 | 87.97 | - |
| YUV | 161.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 242 | 0.16 | 0.49 | 0 | 0.05 | 280.68 | 0.82 | 0.72 |
| Hex | CC | 7C | F2 | 10 | 31 | 0 | 5 | 119 | 52 | 48 |
| Octal | 314 | 174 | 362 | 20 | 61 | 0 | 5 | 431 | 122 | 110 |
| Binary | 11001100 | 1111100 | 11110010 | 10000 | 110001 | 0 | 101 | 100011001 | 1010010 | 1001000 |
Color Harmonies of #CC7CF2
Complementary color
Monochromatic Colors of #CC7CF2
Black with #CC7CF2
Text Example
Text Example
White with #CC7CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CF2; }
p { color: rgb(204,124,242); }
H1.HeaderClassName
{
color: #CC7CF2;
}
.AnyTagClassName
{
color: #CC7CF2;
}
</style>
background-color css
<style>
a { background-color: #CC7CF2; }
a { background-color: rgb(204,124,242); }
div.DivClassName
{
background-color: #CC7CF2;
}
.BgClassName
{
background-color: #CC7CF2;
}
</style>
border-color css
<style>
span { border-color: #CC7CF2; }
span { border-color: rgb(204,124,242); }
td.TdClassName
{
border-color: #CC7CF2;
}
.TagClassName
{
border-color: #CC7CF2;
}
</style>