Shades of Medium Orchid #C451DA
Tints of Medium Orchid #C451DA
RGB
CMYK
RGB Variations
Color information
#C451DA (or 0xC451DA) is known color: Medium Orchid. HEX triplet: C4, 51 and DA. RGB value is (196,81,218). Sum of RGB (Red+Green+Blue) = 196+81+218=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #C451DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451DA is #3BAE25. Grayscale: #828282. Windows color (decimal): -3911206 or 14307780. OLE color: 14307780.
HSL color Cylindrical-coordinate representation of color #C451DA: hue angle of 290.36º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C451DA is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 81 | 218 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.15 |
| HSL | 290.37º | 0.65% | 0.59% | - |
| HSV(B) | 290.37º | 0.63% | 0.85% | - |
| XYZ | 38.36 | 22.68 | 68.69 | - |
| YUV | 131 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 218 | 0.10 | 0.63 | 0 | 0.15 | 290.37 | 0.65 | 0.59 |
| Hex | C4 | 51 | DA | A | 3F | 0 | F | 122 | 41 | 3B |
| Octal | 304 | 121 | 332 | 12 | 77 | 0 | 17 | 442 | 101 | 73 |
| Binary | 11000100 | 1010001 | 11011010 | 1010 | 111111 | 0 | 1111 | 100100010 | 1000001 | 111011 |
Color Harmonies of #C451DA
Complementary color
Monochromatic Colors of #C451DA
Black with #C451DA
Text Example
Text Example
White with #C451DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451DA; }
p { color: rgb(196,81,218); }
H1.HeaderClassName
{
color: #C451DA;
}
.AnyTagClassName
{
color: #C451DA;
}
</style>
background-color css
<style>
a { background-color: #C451DA; }
a { background-color: rgb(196,81,218); }
div.DivClassName
{
background-color: #C451DA;
}
.BgClassName
{
background-color: #C451DA;
}
</style>
border-color css
<style>
span { border-color: #C451DA; }
span { border-color: rgb(196,81,218); }
td.TdClassName
{
border-color: #C451DA;
}
.TagClassName
{
border-color: #C451DA;
}
</style>