Shades of Medium Orchid #C458DD
Tints of Medium Orchid #C458DD
RGB
CMYK
RGB Variations
Color information
#C458DD (or 0xC458DD) is known color: Medium Orchid. HEX triplet: C4, 58 and DD. RGB value is (196,88,221). Sum of RGB (Red+Green+Blue) = 196+88+221=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #C458DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458DD is #3BA722. Grayscale: #878787. Windows color (decimal): -3909411 or 14506180. OLE color: 14506180.
HSL color Cylindrical-coordinate representation of color #C458DD: hue angle of 288.72º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C458DD is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 88 | 221 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.13 |
| HSL | 288.72º | 0.66% | 0.61% | - |
| HSV(B) | 288.72º | 0.6% | 0.87% | - |
| XYZ | 39.31 | 23.94 | 70.96 | - |
| YUV | 135.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 221 | 0.11 | 0.60 | 0 | 0.13 | 288.72 | 0.66 | 0.61 |
| Hex | C4 | 58 | DD | B | 3C | 0 | D | 121 | 42 | 3D |
| Octal | 304 | 130 | 335 | 13 | 74 | 0 | 15 | 441 | 102 | 75 |
| Binary | 11000100 | 1011000 | 11011101 | 1011 | 111100 | 0 | 1101 | 100100001 | 1000010 | 111101 |
Color Harmonies of #C458DD
Complementary color
Monochromatic Colors of #C458DD
Black with #C458DD
Text Example
Text Example
White with #C458DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458DD; }
p { color: rgb(196,88,221); }
H1.HeaderClassName
{
color: #C458DD;
}
.AnyTagClassName
{
color: #C458DD;
}
</style>
background-color css
<style>
a { background-color: #C458DD; }
a { background-color: rgb(196,88,221); }
div.DivClassName
{
background-color: #C458DD;
}
.BgClassName
{
background-color: #C458DD;
}
</style>
border-color css
<style>
span { border-color: #C458DD; }
span { border-color: rgb(196,88,221); }
td.TdClassName
{
border-color: #C458DD;
}
.TagClassName
{
border-color: #C458DD;
}
</style>