Shades of Medium Orchid #C458D0
Tints of Medium Orchid #C458D0
RGB
CMYK
RGB Variations
Color information
#C458D0 (or 0xC458D0) is known color: Medium Orchid. HEX triplet: C4, 58 and D0. RGB value is (196,88,208). Sum of RGB (Red+Green+Blue) = 196+88+208=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #C458D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458D0 is #3BA72F. Grayscale: #858585. Windows color (decimal): -3909424 or 13654212. OLE color: 13654212.
HSL color Cylindrical-coordinate representation of color #C458D0: hue angle of 294º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C458D0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 88 | 208 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.18 |
| HSL | 294º | 0.56% | 0.58% | - |
| HSV(B) | 294º | 0.58% | 0.82% | - |
| XYZ | 37.64 | 23.27 | 62.18 | - |
| YUV | 133.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 208 | 0.06 | 0.58 | 0 | 0.18 | 294 | 0.56 | 0.58 |
| Hex | C4 | 58 | D0 | 6 | 3A | 0 | 12 | 126 | 38 | 3A |
| Octal | 304 | 130 | 320 | 6 | 72 | 0 | 22 | 446 | 70 | 72 |
| Binary | 11000100 | 1011000 | 11010000 | 110 | 111010 | 0 | 10010 | 100100110 | 111000 | 111010 |
Color Harmonies of #C458D0
Complementary color
Monochromatic Colors of #C458D0
Black with #C458D0
Text Example
Text Example
White with #C458D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458D0; }
p { color: rgb(196,88,208); }
H1.HeaderClassName
{
color: #C458D0;
}
.AnyTagClassName
{
color: #C458D0;
}
</style>
background-color css
<style>
a { background-color: #C458D0; }
a { background-color: rgb(196,88,208); }
div.DivClassName
{
background-color: #C458D0;
}
.BgClassName
{
background-color: #C458D0;
}
</style>
border-color css
<style>
span { border-color: #C458D0; }
span { border-color: rgb(196,88,208); }
td.TdClassName
{
border-color: #C458D0;
}
.TagClassName
{
border-color: #C458D0;
}
</style>