Shades of Medium Orchid #C451D4
Tints of Medium Orchid #C451D4
RGB
CMYK
RGB Variations
Color information
#C451D4 (or 0xC451D4) is known color: Medium Orchid. HEX triplet: C4, 51 and D4. RGB value is (196,81,212). Sum of RGB (Red+Green+Blue) = 196+81+212=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #C451D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451D4 is #3BAE2B. Grayscale: #818181. Windows color (decimal): -3911212 or 13914564. OLE color: 13914564.
HSL color Cylindrical-coordinate representation of color #C451D4: hue angle of 292.67º 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 #C451D4 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 81 | 212 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.17 |
| HSL | 292.67º | 0.6% | 0.57% | - |
| HSV(B) | 292.67º | 0.62% | 0.83% | - |
| XYZ | 37.59 | 22.37 | 64.62 | - |
| YUV | 130.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 212 | 0.08 | 0.62 | 0 | 0.17 | 292.67 | 0.6 | 0.57 |
| Hex | C4 | 51 | D4 | 8 | 3E | 0 | 11 | 125 | 3C | 39 |
| Octal | 304 | 121 | 324 | 10 | 76 | 0 | 21 | 445 | 74 | 71 |
| Binary | 11000100 | 1010001 | 11010100 | 1000 | 111110 | 0 | 10001 | 100100101 | 111100 | 111001 |
Color Harmonies of #C451D4
Complementary color
Monochromatic Colors of #C451D4
Black with #C451D4
Text Example
Text Example
White with #C451D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451D4; }
p { color: rgb(196,81,212); }
H1.HeaderClassName
{
color: #C451D4;
}
.AnyTagClassName
{
color: #C451D4;
}
</style>
background-color css
<style>
a { background-color: #C451D4; }
a { background-color: rgb(196,81,212); }
div.DivClassName
{
background-color: #C451D4;
}
.BgClassName
{
background-color: #C451D4;
}
</style>
border-color css
<style>
span { border-color: #C451D4; }
span { border-color: rgb(196,81,212); }
td.TdClassName
{
border-color: #C451D4;
}
.TagClassName
{
border-color: #C451D4;
}
</style>