Shades of Heliotrope #C27DFF
Tints of Heliotrope #C27DFF
RGB
CMYK
RGB Variations
Color information
#C27DFF (or 0xC27DFF) is known color: Heliotrope. HEX triplet: C2, 7D and FF. RGB value is (194,125,255). Sum of RGB (Red+Green+Blue) = 194+125+255=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #C27DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27DFF is #3D8200. Grayscale: #A0A0A0. Windows color (decimal): -4030977 or 16743874. OLE color: 16743874.
HSL color Cylindrical-coordinate representation of color #C27DFF: hue angle of 271.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C27DFF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 125 | 255 | - |
| CMYK | 0.24 | 0.51 | 0 | 0 |
| HSL | 271.85º | 1% | 0.75% | - |
| HSV(B) | 271.85º | 0.51% | 1% | - |
| XYZ | 47.63 | 33.36 | 98.54 | - |
| YUV | 160.45 | 181.36 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 255 | 0.24 | 0.51 | 0 | 0 | 271.85 | 1 | 0.75 |
| Hex | C2 | 7D | FF | 18 | 33 | 0 | 0 | 110 | 64 | 4B |
| Octal | 302 | 175 | 377 | 30 | 63 | 0 | 0 | 420 | 144 | 113 |
| Binary | 11000010 | 1111101 | 11111111 | 11000 | 110011 | 0 | 0 | 100010000 | 1100100 | 1001011 |
Color Harmonies of #C27DFF
Complementary color
Monochromatic Colors of #C27DFF
Black with #C27DFF
Text Example
Text Example
White with #C27DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DFF; }
p { color: rgb(194,125,255); }
H1.HeaderClassName
{
color: #C27DFF;
}
.AnyTagClassName
{
color: #C27DFF;
}
</style>
background-color css
<style>
a { background-color: #C27DFF; }
a { background-color: rgb(194,125,255); }
div.DivClassName
{
background-color: #C27DFF;
}
.BgClassName
{
background-color: #C27DFF;
}
</style>
border-color css
<style>
span { border-color: #C27DFF; }
span { border-color: rgb(194,125,255); }
td.TdClassName
{
border-color: #C27DFF;
}
.TagClassName
{
border-color: #C27DFF;
}
</style>