Shades of Heliotrope #C27BF2
Tints of Heliotrope #C27BF2
RGB
CMYK
RGB Variations
Color information
#C27BF2 (or 0xC27BF2) is known color: Heliotrope. HEX triplet: C2, 7B and F2. RGB value is (194,123,242). Sum of RGB (Red+Green+Blue) = 194+123+242=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #C27BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27BF2 is #3D840D. Grayscale: #9D9D9D. Windows color (decimal): -4031502 or 15891394. OLE color: 15891394.
HSL color Cylindrical-coordinate representation of color #C27BF2: hue angle of 275.8º 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 #C27BF2 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 123 | 242 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.05 |
| HSL | 275.8º | 0.82% | 0.72% | - |
| HSV(B) | 275.8º | 0.49% | 0.95% | - |
| XYZ | 45.36 | 32.05 | 87.8 | - |
| YUV | 157.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 242 | 0.20 | 0.49 | 0 | 0.05 | 275.8 | 0.82 | 0.72 |
| Hex | C2 | 7B | F2 | 14 | 31 | 0 | 5 | 114 | 52 | 48 |
| Octal | 302 | 173 | 362 | 24 | 61 | 0 | 5 | 424 | 122 | 110 |
| Binary | 11000010 | 1111011 | 11110010 | 10100 | 110001 | 0 | 101 | 100010100 | 1010010 | 1001000 |
Color Harmonies of #C27BF2
Complementary color
Monochromatic Colors of #C27BF2
Black with #C27BF2
Text Example
Text Example
White with #C27BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BF2; }
p { color: rgb(194,123,242); }
H1.HeaderClassName
{
color: #C27BF2;
}
.AnyTagClassName
{
color: #C27BF2;
}
</style>
background-color css
<style>
a { background-color: #C27BF2; }
a { background-color: rgb(194,123,242); }
div.DivClassName
{
background-color: #C27BF2;
}
.BgClassName
{
background-color: #C27BF2;
}
</style>
border-color css
<style>
span { border-color: #C27BF2; }
span { border-color: rgb(194,123,242); }
td.TdClassName
{
border-color: #C27BF2;
}
.TagClassName
{
border-color: #C27BF2;
}
</style>