Shades of Medium Orchid #C452D9
Tints of Medium Orchid #C452D9
RGB
CMYK
RGB Variations
Color information
#C452D9 (or 0xC452D9) is known color: Medium Orchid. HEX triplet: C4, 52 and D9. RGB value is (196,82,217). Sum of RGB (Red+Green+Blue) = 196+82+217=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #C452D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452D9 is #3BAD26. Grayscale: #838383. Windows color (decimal): -3910951 or 14242500. OLE color: 14242500.
HSL color Cylindrical-coordinate representation of color #C452D9: hue angle of 290.67º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C452D9 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 82 | 217 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.15 |
| HSL | 290.67º | 0.64% | 0.59% | - |
| HSV(B) | 290.67º | 0.62% | 0.85% | - |
| XYZ | 38.31 | 22.78 | 68.02 | - |
| YUV | 131.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 217 | 0.10 | 0.62 | 0 | 0.15 | 290.67 | 0.64 | 0.59 |
| Hex | C4 | 52 | D9 | A | 3E | 0 | F | 123 | 40 | 3B |
| Octal | 304 | 122 | 331 | 12 | 76 | 0 | 17 | 443 | 100 | 73 |
| Binary | 11000100 | 1010010 | 11011001 | 1010 | 111110 | 0 | 1111 | 100100011 | 1000000 | 111011 |
Color Harmonies of #C452D9
Complementary color
Monochromatic Colors of #C452D9
Black with #C452D9
Text Example
Text Example
White with #C452D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452D9; }
p { color: rgb(196,82,217); }
H1.HeaderClassName
{
color: #C452D9;
}
.AnyTagClassName
{
color: #C452D9;
}
</style>
background-color css
<style>
a { background-color: #C452D9; }
a { background-color: rgb(196,82,217); }
div.DivClassName
{
background-color: #C452D9;
}
.BgClassName
{
background-color: #C452D9;
}
</style>
border-color css
<style>
span { border-color: #C452D9; }
span { border-color: rgb(196,82,217); }
td.TdClassName
{
border-color: #C452D9;
}
.TagClassName
{
border-color: #C452D9;
}
</style>