Shades of Medium Orchid #C451DC
Tints of Medium Orchid #C451DC
RGB
CMYK
RGB Variations
Color information
#C451DC (or 0xC451DC) is known color: Medium Orchid. HEX triplet: C4, 51 and DC. RGB value is (196,81,220). Sum of RGB (Red+Green+Blue) = 196+81+220=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #C451DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451DC is #3BAE23. Grayscale: #828282. Windows color (decimal): -3911204 or 14438852. OLE color: 14438852.
HSL color Cylindrical-coordinate representation of color #C451DC: hue angle of 289.64º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C451DC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 81 | 220 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.14 |
| HSL | 289.64º | 0.67% | 0.59% | - |
| HSV(B) | 289.64º | 0.63% | 0.86% | - |
| XYZ | 38.63 | 22.79 | 70.07 | - |
| YUV | 131.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 220 | 0.11 | 0.63 | 0 | 0.14 | 289.64 | 0.67 | 0.59 |
| Hex | C4 | 51 | DC | B | 3F | 0 | E | 122 | 43 | 3B |
| Octal | 304 | 121 | 334 | 13 | 77 | 0 | 16 | 442 | 103 | 73 |
| Binary | 11000100 | 1010001 | 11011100 | 1011 | 111111 | 0 | 1110 | 100100010 | 1000011 | 111011 |
Color Harmonies of #C451DC
Complementary color
Monochromatic Colors of #C451DC
Black with #C451DC
Text Example
Text Example
White with #C451DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451DC; }
p { color: rgb(196,81,220); }
H1.HeaderClassName
{
color: #C451DC;
}
.AnyTagClassName
{
color: #C451DC;
}
</style>
background-color css
<style>
a { background-color: #C451DC; }
a { background-color: rgb(196,81,220); }
div.DivClassName
{
background-color: #C451DC;
}
.BgClassName
{
background-color: #C451DC;
}
</style>
border-color css
<style>
span { border-color: #C451DC; }
span { border-color: rgb(196,81,220); }
td.TdClassName
{
border-color: #C451DC;
}
.TagClassName
{
border-color: #C451DC;
}
</style>