Shades of Heliotrope #C272ED
Tints of Heliotrope #C272ED
RGB
CMYK
RGB Variations
Color information
#C272ED (or 0xC272ED) is known color: Heliotrope. HEX triplet: C2, 72 and ED. RGB value is (194,114,237). Sum of RGB (Red+Green+Blue) = 194+114+237=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #C272ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272ED is #3D8D12. Grayscale: #979797. Windows color (decimal): -4033811 or 15561410. OLE color: 15561410.
HSL color Cylindrical-coordinate representation of color #C272ED: hue angle of 279.02º degrees, saturation: 0.77, 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 #C272ED is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 114 | 237 | - |
CMYK | 0.18 | 0.52 | 0 | 0.07 |
HSL | 279.02º | 0.77% | 0.69% | - |
HSV(B) | 279.02º | 0.52% | 0.93% | - |
XYZ | 43.55 | 29.62 | 83.54 | - |
YUV | 151.94 | 176 | 158 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 114 | 237 | 0.18 | 0.52 | 0 | 0.07 | 279.02 | 0.77 | 0.69 |
Hex | C2 | 72 | ED | 12 | 34 | 0 | 7 | 117 | 4D | 45 |
Octal | 302 | 162 | 355 | 22 | 64 | 0 | 7 | 427 | 115 | 105 |
Binary | 11000010 | 1110010 | 11101101 | 10010 | 110100 | 0 | 111 | 100010111 | 1001101 | 1000101 |
Color Harmonies of #C272ED
Complementary color
Monochromatic Colors of #C272ED
Black with #C272ED
Text Example
Text Example
White with #C272ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272ED; }
p { color: rgb(194,114,237); }
H1.HeaderClassName
{
color: #C272ED;
}
.AnyTagClassName
{
color: #C272ED;
}
</style>
background-color css
<style>
a { background-color: #C272ED; }
a { background-color: rgb(194,114,237); }
div.DivClassName
{
background-color: #C272ED;
}
.BgClassName
{
background-color: #C272ED;
}
</style>
border-color css
<style>
span { border-color: #C272ED; }
span { border-color: rgb(194,114,237); }
td.TdClassName
{
border-color: #C272ED;
}
.TagClassName
{
border-color: #C272ED;
}
</style>