Shades of Medium Orchid #C450D0
Tints of Medium Orchid #C450D0
RGB
CMYK
RGB Variations
Color information
#C450D0 (or 0xC450D0) is known color: Medium Orchid. HEX triplet: C4, 50 and D0. RGB value is (196,80,208). Sum of RGB (Red+Green+Blue) = 196+80+208=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #C450D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450D0 is #3BAF2F. Grayscale: #808080. Windows color (decimal): -3911472 or 13652164. OLE color: 13652164.
HSL color Cylindrical-coordinate representation of color #C450D0: hue angle of 294.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C450D0 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 80 | 208 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.18 |
| HSL | 294.38º | 0.58% | 0.56% | - |
| HSV(B) | 294.38º | 0.62% | 0.82% | - |
| XYZ | 37.02 | 22.03 | 61.98 | - |
| YUV | 129.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 208 | 0.06 | 0.62 | 0 | 0.18 | 294.38 | 0.58 | 0.56 |
| Hex | C4 | 50 | D0 | 6 | 3E | 0 | 12 | 126 | 3A | 38 |
| Octal | 304 | 120 | 320 | 6 | 76 | 0 | 22 | 446 | 72 | 70 |
| Binary | 11000100 | 1010000 | 11010000 | 110 | 111110 | 0 | 10010 | 100100110 | 111010 | 111000 |
Color Harmonies of #C450D0
Complementary color
Monochromatic Colors of #C450D0
Black with #C450D0
Text Example
Text Example
White with #C450D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450D0; }
p { color: rgb(196,80,208); }
H1.HeaderClassName
{
color: #C450D0;
}
.AnyTagClassName
{
color: #C450D0;
}
</style>
background-color css
<style>
a { background-color: #C450D0; }
a { background-color: rgb(196,80,208); }
div.DivClassName
{
background-color: #C450D0;
}
.BgClassName
{
background-color: #C450D0;
}
</style>
border-color css
<style>
span { border-color: #C450D0; }
span { border-color: rgb(196,80,208); }
td.TdClassName
{
border-color: #C450D0;
}
.TagClassName
{
border-color: #C450D0;
}
</style>