Shades of Heliotrope #C27DF2
Tints of Heliotrope #C27DF2
RGB
CMYK
RGB Variations
Color information
#C27DF2 (or 0xC27DF2) is known color: Heliotrope. HEX triplet: C2, 7D and F2. RGB value is (194,125,242). Sum of RGB (Red+Green+Blue) = 194+125+242=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #C27DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27DF2 is #3D820D. Grayscale: #9E9E9E. Windows color (decimal): -4030990 or 15891906. OLE color: 15891906.
HSL color Cylindrical-coordinate representation of color #C27DF2: hue angle of 275.38º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27DF2 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 125 | 242 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.05 |
| HSL | 275.38º | 0.82% | 0.72% | - |
| HSV(B) | 275.38º | 0.48% | 0.95% | - |
| XYZ | 45.61 | 32.55 | 87.88 | - |
| YUV | 158.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 242 | 0.20 | 0.48 | 0 | 0.05 | 275.38 | 0.82 | 0.72 |
| Hex | C2 | 7D | F2 | 14 | 30 | 0 | 5 | 113 | 52 | 48 |
| Octal | 302 | 175 | 362 | 24 | 60 | 0 | 5 | 423 | 122 | 110 |
| Binary | 11000010 | 1111101 | 11110010 | 10100 | 110000 | 0 | 101 | 100010011 | 1010010 | 1001000 |
Color Harmonies of #C27DF2
Complementary color
Monochromatic Colors of #C27DF2
Black with #C27DF2
Text Example
Text Example
White with #C27DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DF2; }
p { color: rgb(194,125,242); }
H1.HeaderClassName
{
color: #C27DF2;
}
.AnyTagClassName
{
color: #C27DF2;
}
</style>
background-color css
<style>
a { background-color: #C27DF2; }
a { background-color: rgb(194,125,242); }
div.DivClassName
{
background-color: #C27DF2;
}
.BgClassName
{
background-color: #C27DF2;
}
</style>
border-color css
<style>
span { border-color: #C27DF2; }
span { border-color: rgb(194,125,242); }
td.TdClassName
{
border-color: #C27DF2;
}
.TagClassName
{
border-color: #C27DF2;
}
</style>