Shades of Heliotrope #C450FF
Tints of Heliotrope #C450FF
RGB
CMYK
RGB Variations
Color information
#C450FF (or 0xC450FF) is known color: Heliotrope. HEX triplet: C4, 50 and FF. RGB value is (196,80,255). Sum of RGB (Red+Green+Blue) = 196+80+255=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C450FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450FF is #3BAF00. Grayscale: #868686. Windows color (decimal): -3911425 or 16732356. OLE color: 16732356.
HSL color Cylindrical-coordinate representation of color #C450FF: hue angle of 279.77º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C450FF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 80 | 255 | - |
| CMYK | 0.23 | 0.69 | 0 | 0 |
| HSL | 279.77º | 1% | 0.66% | - |
| HSV(B) | 279.77º | 0.69% | 1% | - |
| XYZ | 43.68 | 24.69 | 97.07 | - |
| YUV | 134.63 | 195.93 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 255 | 0.23 | 0.69 | 0 | 0 | 279.77 | 1 | 0.66 |
| Hex | C4 | 50 | FF | 17 | 45 | 0 | 0 | 118 | 64 | 42 |
| Octal | 304 | 120 | 377 | 27 | 105 | 0 | 0 | 430 | 144 | 102 |
| Binary | 11000100 | 1010000 | 11111111 | 10111 | 1000101 | 0 | 0 | 100011000 | 1100100 | 1000010 |
Color Harmonies of #C450FF
Complementary color
Monochromatic Colors of #C450FF
Black with #C450FF
Text Example
Text Example
White with #C450FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450FF; }
p { color: rgb(196,80,255); }
H1.HeaderClassName
{
color: #C450FF;
}
.AnyTagClassName
{
color: #C450FF;
}
</style>
background-color css
<style>
a { background-color: #C450FF; }
a { background-color: rgb(196,80,255); }
div.DivClassName
{
background-color: #C450FF;
}
.BgClassName
{
background-color: #C450FF;
}
</style>
border-color css
<style>
span { border-color: #C450FF; }
span { border-color: rgb(196,80,255); }
td.TdClassName
{
border-color: #C450FF;
}
.TagClassName
{
border-color: #C450FF;
}
</style>