Shades of Heliotrope #C282FB
Tints of Heliotrope #C282FB
RGB
CMYK
RGB Variations
Color information
#C282FB (or 0xC282FB) is known color: Heliotrope. HEX triplet: C2, 82 and FB. RGB value is (194,130,251). Sum of RGB (Red+Green+Blue) = 194+130+251=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #C282FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C282FB is #3D7D04. Grayscale: #A2A2A2. Windows color (decimal): -4029701 or 16483010. OLE color: 16483010.
HSL color Cylindrical-coordinate representation of color #C282FB: hue angle of 271.74º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C282FB is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 130 | 251 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.02 |
| HSL | 271.74º | 0.94% | 0.75% | - |
| HSV(B) | 271.74º | 0.48% | 0.98% | - |
| XYZ | 47.64 | 34.4 | 95.4 | - |
| YUV | 162.93 | 177.7 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 251 | 0.23 | 0.48 | 0 | 0.02 | 271.74 | 0.94 | 0.75 |
| Hex | C2 | 82 | FB | 17 | 30 | 0 | 2 | 110 | 5E | 4B |
| Octal | 302 | 202 | 373 | 27 | 60 | 0 | 2 | 420 | 136 | 113 |
| Binary | 11000010 | 10000010 | 11111011 | 10111 | 110000 | 0 | 10 | 100010000 | 1011110 | 1001011 |
Color Harmonies of #C282FB
Complementary color
Monochromatic Colors of #C282FB
Black with #C282FB
Text Example
Text Example
White with #C282FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282FB; }
p { color: rgb(194,130,251); }
H1.HeaderClassName
{
color: #C282FB;
}
.AnyTagClassName
{
color: #C282FB;
}
</style>
background-color css
<style>
a { background-color: #C282FB; }
a { background-color: rgb(194,130,251); }
div.DivClassName
{
background-color: #C282FB;
}
.BgClassName
{
background-color: #C282FB;
}
</style>
border-color css
<style>
span { border-color: #C282FB; }
span { border-color: rgb(194,130,251); }
td.TdClassName
{
border-color: #C282FB;
}
.TagClassName
{
border-color: #C282FB;
}
</style>