Shades of Heliotrope #C272EE
Tints of Heliotrope #C272EE
RGB
CMYK
RGB Variations
Color information
#C272EE (or 0xC272EE) is known color: Heliotrope. HEX triplet: C2, 72 and EE. RGB value is (194,114,238). Sum of RGB (Red+Green+Blue) = 194+114+238=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #C272EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272EE is #3D8D11. Grayscale: #979797. Windows color (decimal): -4033810 or 15626946. OLE color: 15626946.
HSL color Cylindrical-coordinate representation of color #C272EE: hue angle of 278.71º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C272EE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 114 | 238 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.07 |
| HSL | 278.71º | 0.78% | 0.69% | - |
| HSV(B) | 278.71º | 0.52% | 0.93% | - |
| XYZ | 43.7 | 29.68 | 84.31 | - |
| YUV | 152.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 238 | 0.18 | 0.52 | 0 | 0.07 | 278.71 | 0.78 | 0.69 |
| Hex | C2 | 72 | EE | 12 | 34 | 0 | 7 | 117 | 4E | 45 |
| Octal | 302 | 162 | 356 | 22 | 64 | 0 | 7 | 427 | 116 | 105 |
| Binary | 11000010 | 1110010 | 11101110 | 10010 | 110100 | 0 | 111 | 100010111 | 1001110 | 1000101 |
Color Harmonies of #C272EE
Complementary color
Monochromatic Colors of #C272EE
Black with #C272EE
Text Example
Text Example
White with #C272EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272EE; }
p { color: rgb(194,114,238); }
H1.HeaderClassName
{
color: #C272EE;
}
.AnyTagClassName
{
color: #C272EE;
}
</style>
background-color css
<style>
a { background-color: #C272EE; }
a { background-color: rgb(194,114,238); }
div.DivClassName
{
background-color: #C272EE;
}
.BgClassName
{
background-color: #C272EE;
}
</style>
border-color css
<style>
span { border-color: #C272EE; }
span { border-color: rgb(194,114,238); }
td.TdClassName
{
border-color: #C272EE;
}
.TagClassName
{
border-color: #C272EE;
}
</style>