Shades of Medium Orchid #C450FC
Tints of Medium Orchid #C450FC
RGB
CMYK
RGB Variations
Color information
#C450FC (or 0xC450FC) is known color: Medium Orchid. HEX triplet: C4, 50 and FC. RGB value is (196,80,252). Sum of RGB (Red+Green+Blue) = 196+80+252=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #C450FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450FC is #3BAF03. Grayscale: #858585. Windows color (decimal): -3911428 or 16535748. OLE color: 16535748.
HSL color Cylindrical-coordinate representation of color #C450FC: hue angle of 280.47º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C450FC is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 80 | 252 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.01 |
| HSL | 280.47º | 0.97% | 0.65% | - |
| HSV(B) | 280.47º | 0.68% | 0.99% | - |
| XYZ | 43.2 | 24.5 | 94.55 | - |
| YUV | 134.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 252 | 0.22 | 0.68 | 0 | 0.01 | 280.47 | 0.97 | 0.65 |
| Hex | C4 | 50 | FC | 16 | 44 | 0 | 1 | 118 | 61 | 41 |
| Octal | 304 | 120 | 374 | 26 | 104 | 0 | 1 | 430 | 141 | 101 |
| Binary | 11000100 | 1010000 | 11111100 | 10110 | 1000100 | 0 | 1 | 100011000 | 1100001 | 1000001 |
Color Harmonies of #C450FC
Complementary color
Monochromatic Colors of #C450FC
Black with #C450FC
Text Example
Text Example
White with #C450FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450FC; }
p { color: rgb(196,80,252); }
H1.HeaderClassName
{
color: #C450FC;
}
.AnyTagClassName
{
color: #C450FC;
}
</style>
background-color css
<style>
a { background-color: #C450FC; }
a { background-color: rgb(196,80,252); }
div.DivClassName
{
background-color: #C450FC;
}
.BgClassName
{
background-color: #C450FC;
}
</style>
border-color css
<style>
span { border-color: #C450FC; }
span { border-color: rgb(196,80,252); }
td.TdClassName
{
border-color: #C450FC;
}
.TagClassName
{
border-color: #C450FC;
}
</style>