Shades of Heliotrope #C28AFE
Tints of Heliotrope #C28AFE
RGB
CMYK
RGB Variations
Color information
#C28AFE (or 0xC28AFE) is known color: Heliotrope. HEX triplet: C2, 8A and FE. RGB value is (194,138,254). Sum of RGB (Red+Green+Blue) = 194+138+254=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #C28AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28AFE is #3D7501. Grayscale: #A7A7A7. Windows color (decimal): -4027650 or 16681666. OLE color: 16681666.
HSL color Cylindrical-coordinate representation of color #C28AFE: hue angle of 268.97º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C28AFE is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 138 | 254 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.00 |
| HSL | 268.97º | 0.98% | 0.77% | - |
| HSV(B) | 268.97º | 0.46% | 1% | - |
| XYZ | 49.23 | 36.8 | 98.27 | - |
| YUV | 167.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 254 | 0.24 | 0.46 | 0 | 0.00 | 268.97 | 0.98 | 0.77 |
| Hex | C2 | 8A | FE | 18 | 2E | 0 | 0 | 10D | 62 | 4D |
| Octal | 302 | 212 | 376 | 30 | 56 | 0 | 0 | 415 | 142 | 115 |
| Binary | 11000010 | 10001010 | 11111110 | 11000 | 101110 | 0 | 0 | 100001101 | 1100010 | 1001101 |
Color Harmonies of #C28AFE
Complementary color
Monochromatic Colors of #C28AFE
Black with #C28AFE
Text Example
Text Example
White with #C28AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AFE; }
p { color: rgb(194,138,254); }
H1.HeaderClassName
{
color: #C28AFE;
}
.AnyTagClassName
{
color: #C28AFE;
}
</style>
background-color css
<style>
a { background-color: #C28AFE; }
a { background-color: rgb(194,138,254); }
div.DivClassName
{
background-color: #C28AFE;
}
.BgClassName
{
background-color: #C28AFE;
}
</style>
border-color css
<style>
span { border-color: #C28AFE; }
span { border-color: rgb(194,138,254); }
td.TdClassName
{
border-color: #C28AFE;
}
.TagClassName
{
border-color: #C28AFE;
}
</style>