Shades of Heliotrope #C450FE
Tints of Heliotrope #C450FE
RGB
CMYK
RGB Variations
Color information
#C450FE (or 0xC450FE) is known color: Heliotrope. HEX triplet: C4, 50 and FE. RGB value is (196,80,254). Sum of RGB (Red+Green+Blue) = 196+80+254=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #C450FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450FE is #3BAF01. Grayscale: #858585. Windows color (decimal): -3911426 or 16666820. OLE color: 16666820.
HSL color Cylindrical-coordinate representation of color #C450FE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C450FE is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 80 | 254 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.65% | - |
| HSV(B) | 280º | 0.69% | 1% | - |
| XYZ | 43.52 | 24.63 | 96.23 | - |
| YUV | 134.52 | 195.43 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 254 | 0.23 | 0.69 | 0 | 0.00 | 280 | 0.99 | 0.65 |
| Hex | C4 | 50 | FE | 17 | 45 | 0 | 0 | 118 | 63 | 41 |
| Octal | 304 | 120 | 376 | 27 | 105 | 0 | 0 | 430 | 143 | 101 |
| Binary | 11000100 | 1010000 | 11111110 | 10111 | 1000101 | 0 | 0 | 100011000 | 1100011 | 1000001 |
Color Harmonies of #C450FE
Complementary color
Monochromatic Colors of #C450FE
Black with #C450FE
Text Example
Text Example
White with #C450FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450FE; }
p { color: rgb(196,80,254); }
H1.HeaderClassName
{
color: #C450FE;
}
.AnyTagClassName
{
color: #C450FE;
}
</style>
background-color css
<style>
a { background-color: #C450FE; }
a { background-color: rgb(196,80,254); }
div.DivClassName
{
background-color: #C450FE;
}
.BgClassName
{
background-color: #C450FE;
}
</style>
border-color css
<style>
span { border-color: #C450FE; }
span { border-color: rgb(196,80,254); }
td.TdClassName
{
border-color: #C450FE;
}
.TagClassName
{
border-color: #C450FE;
}
</style>