Shades of Heliotrope #C272FC
Tints of Heliotrope #C272FC
RGB
CMYK
RGB Variations
Color information
#C272FC (or 0xC272FC) is known color: Heliotrope. HEX triplet: C2, 72 and FC. RGB value is (194,114,252). Sum of RGB (Red+Green+Blue) = 194+114+252=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #C272FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272FC is #3D8D03. Grayscale: #999999. Windows color (decimal): -4033796 or 16544450. OLE color: 16544450.
HSL color Cylindrical-coordinate representation of color #C272FC: hue angle of 274.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C272FC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 114 | 252 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.01 |
| HSL | 274.78º | 0.96% | 0.72% | - |
| HSV(B) | 274.78º | 0.55% | 0.99% | - |
| XYZ | 45.84 | 30.53 | 95.57 | - |
| YUV | 153.65 | 183.5 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 252 | 0.23 | 0.55 | 0 | 0.01 | 274.78 | 0.96 | 0.72 |
| Hex | C2 | 72 | FC | 17 | 37 | 0 | 1 | 113 | 60 | 48 |
| Octal | 302 | 162 | 374 | 27 | 67 | 0 | 1 | 423 | 140 | 110 |
| Binary | 11000010 | 1110010 | 11111100 | 10111 | 110111 | 0 | 1 | 100010011 | 1100000 | 1001000 |
Color Harmonies of #C272FC
Complementary color
Monochromatic Colors of #C272FC
Black with #C272FC
Text Example
Text Example
White with #C272FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272FC; }
p { color: rgb(194,114,252); }
H1.HeaderClassName
{
color: #C272FC;
}
.AnyTagClassName
{
color: #C272FC;
}
</style>
background-color css
<style>
a { background-color: #C272FC; }
a { background-color: rgb(194,114,252); }
div.DivClassName
{
background-color: #C272FC;
}
.BgClassName
{
background-color: #C272FC;
}
</style>
border-color css
<style>
span { border-color: #C272FC; }
span { border-color: rgb(194,114,252); }
td.TdClassName
{
border-color: #C272FC;
}
.TagClassName
{
border-color: #C272FC;
}
</style>