Shades of Medium Orchid #C450D3
Tints of Medium Orchid #C450D3
RGB
CMYK
RGB Variations
Color information
#C450D3 (or 0xC450D3) is known color: Medium Orchid. HEX triplet: C4, 50 and D3. RGB value is (196,80,211). Sum of RGB (Red+Green+Blue) = 196+80+211=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 211 - color contains mainly: blue. Hex color #C450D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450D3 is #3BAF2C. Grayscale: #818181. Windows color (decimal): -3911469 or 13848772. OLE color: 13848772.
HSL color Cylindrical-coordinate representation of color #C450D3: hue angle of 293.13º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C450D3 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 80 | 211 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.17 |
| HSL | 293.13º | 0.6% | 0.57% | - |
| HSV(B) | 293.13º | 0.62% | 0.83% | - |
| XYZ | 37.39 | 22.18 | 63.94 | - |
| YUV | 129.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 211 | 0.07 | 0.62 | 0 | 0.17 | 293.13 | 0.6 | 0.57 |
| Hex | C4 | 50 | D3 | 7 | 3E | 0 | 11 | 125 | 3C | 39 |
| Octal | 304 | 120 | 323 | 7 | 76 | 0 | 21 | 445 | 74 | 71 |
| Binary | 11000100 | 1010000 | 11010011 | 111 | 111110 | 0 | 10001 | 100100101 | 111100 | 111001 |
Color Harmonies of #C450D3
Complementary color
Monochromatic Colors of #C450D3
Black with #C450D3
Text Example
Text Example
White with #C450D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450D3; }
p { color: rgb(196,80,211); }
H1.HeaderClassName
{
color: #C450D3;
}
.AnyTagClassName
{
color: #C450D3;
}
</style>
background-color css
<style>
a { background-color: #C450D3; }
a { background-color: rgb(196,80,211); }
div.DivClassName
{
background-color: #C450D3;
}
.BgClassName
{
background-color: #C450D3;
}
</style>
border-color css
<style>
span { border-color: #C450D3; }
span { border-color: rgb(196,80,211); }
td.TdClassName
{
border-color: #C450D3;
}
.TagClassName
{
border-color: #C450D3;
}
</style>