Shades of Heliotrope #C27BEF
Tints of Heliotrope #C27BEF
RGB
CMYK
RGB Variations
Color information
#C27BEF (or 0xC27BEF) is known color: Heliotrope. HEX triplet: C2, 7B and EF. RGB value is (194,123,239). Sum of RGB (Red+Green+Blue) = 194+123+239=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #C27BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27BEF is #3D8410. Grayscale: #9D9D9D. Windows color (decimal): -4031505 or 15694786. OLE color: 15694786.
HSL color Cylindrical-coordinate representation of color #C27BEF: hue angle of 276.72º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C27BEF is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 123 | 239 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.06 |
| HSL | 276.72º | 0.78% | 0.71% | - |
| HSV(B) | 276.72º | 0.49% | 0.94% | - |
| XYZ | 44.91 | 31.87 | 85.45 | - |
| YUV | 157.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 239 | 0.19 | 0.49 | 0 | 0.06 | 276.72 | 0.78 | 0.71 |
| Hex | C2 | 7B | EF | 13 | 31 | 0 | 6 | 115 | 4E | 47 |
| Octal | 302 | 173 | 357 | 23 | 61 | 0 | 6 | 425 | 116 | 107 |
| Binary | 11000010 | 1111011 | 11101111 | 10011 | 110001 | 0 | 110 | 100010101 | 1001110 | 1000111 |
Color Harmonies of #C27BEF
Complementary color
Monochromatic Colors of #C27BEF
Black with #C27BEF
Text Example
Text Example
White with #C27BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BEF; }
p { color: rgb(194,123,239); }
H1.HeaderClassName
{
color: #C27BEF;
}
.AnyTagClassName
{
color: #C27BEF;
}
</style>
background-color css
<style>
a { background-color: #C27BEF; }
a { background-color: rgb(194,123,239); }
div.DivClassName
{
background-color: #C27BEF;
}
.BgClassName
{
background-color: #C27BEF;
}
</style>
border-color css
<style>
span { border-color: #C27BEF; }
span { border-color: rgb(194,123,239); }
td.TdClassName
{
border-color: #C27BEF;
}
.TagClassName
{
border-color: #C27BEF;
}
</style>