Shades of Heliotrope #C284F5
Tints of Heliotrope #C284F5
RGB
CMYK
RGB Variations
Color information
#C284F5 (or 0xC284F5) is known color: Heliotrope. HEX triplet: C2, 84 and F5. RGB value is (194,132,245). Sum of RGB (Red+Green+Blue) = 194+132+245=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #C284F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C284F5 is #3D7B0A. Grayscale: #A3A3A3. Windows color (decimal): -4029195 or 16090306. OLE color: 16090306.
HSL color Cylindrical-coordinate representation of color #C284F5: hue angle of 272.92º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C284F5 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 132 | 245 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.04 |
| HSL | 272.92º | 0.85% | 0.74% | - |
| HSV(B) | 272.92º | 0.46% | 0.96% | - |
| XYZ | 46.98 | 34.56 | 90.58 | - |
| YUV | 163.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 245 | 0.21 | 0.46 | 0 | 0.04 | 272.92 | 0.85 | 0.74 |
| Hex | C2 | 84 | F5 | 15 | 2E | 0 | 4 | 111 | 55 | 4A |
| Octal | 302 | 204 | 365 | 25 | 56 | 0 | 4 | 421 | 125 | 112 |
| Binary | 11000010 | 10000100 | 11110101 | 10101 | 101110 | 0 | 100 | 100010001 | 1010101 | 1001010 |
Color Harmonies of #C284F5
Complementary color
Monochromatic Colors of #C284F5
Black with #C284F5
Text Example
Text Example
White with #C284F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C284F5; }
p { color: rgb(194,132,245); }
H1.HeaderClassName
{
color: #C284F5;
}
.AnyTagClassName
{
color: #C284F5;
}
</style>
background-color css
<style>
a { background-color: #C284F5; }
a { background-color: rgb(194,132,245); }
div.DivClassName
{
background-color: #C284F5;
}
.BgClassName
{
background-color: #C284F5;
}
</style>
border-color css
<style>
span { border-color: #C284F5; }
span { border-color: rgb(194,132,245); }
td.TdClassName
{
border-color: #C284F5;
}
.TagClassName
{
border-color: #C284F5;
}
</style>