Shades of Medium Orchid #C450DC
Tints of Medium Orchid #C450DC
RGB
CMYK
RGB Variations
Color information
#C450DC (or 0xC450DC) is known color: Medium Orchid. HEX triplet: C4, 50 and DC. RGB value is (196,80,220). Sum of RGB (Red+Green+Blue) = 196+80+220=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #C450DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450DC is #3BAF23. Grayscale: #828282. Windows color (decimal): -3911460 or 14438596. OLE color: 14438596.
HSL color Cylindrical-coordinate representation of color #C450DC: hue angle of 289.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C450DC is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 80 | 220 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.14 |
| HSL | 289.71º | 0.67% | 0.59% | - |
| HSV(B) | 289.71º | 0.64% | 0.86% | - |
| XYZ | 38.55 | 22.64 | 70.05 | - |
| YUV | 130.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 220 | 0.11 | 0.64 | 0 | 0.14 | 289.71 | 0.67 | 0.59 |
| Hex | C4 | 50 | DC | B | 40 | 0 | E | 122 | 43 | 3B |
| Octal | 304 | 120 | 334 | 13 | 100 | 0 | 16 | 442 | 103 | 73 |
| Binary | 11000100 | 1010000 | 11011100 | 1011 | 1000000 | 0 | 1110 | 100100010 | 1000011 | 111011 |
Color Harmonies of #C450DC
Complementary color
Monochromatic Colors of #C450DC
Black with #C450DC
Text Example
Text Example
White with #C450DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450DC; }
p { color: rgb(196,80,220); }
H1.HeaderClassName
{
color: #C450DC;
}
.AnyTagClassName
{
color: #C450DC;
}
</style>
background-color css
<style>
a { background-color: #C450DC; }
a { background-color: rgb(196,80,220); }
div.DivClassName
{
background-color: #C450DC;
}
.BgClassName
{
background-color: #C450DC;
}
</style>
border-color css
<style>
span { border-color: #C450DC; }
span { border-color: rgb(196,80,220); }
td.TdClassName
{
border-color: #C450DC;
}
.TagClassName
{
border-color: #C450DC;
}
</style>