Shades of Medium Orchid #C458D1
Tints of Medium Orchid #C458D1
RGB
CMYK
RGB Variations
Color information
#C458D1 (or 0xC458D1) is known color: Medium Orchid. HEX triplet: C4, 58 and D1. RGB value is (196,88,209). Sum of RGB (Red+Green+Blue) = 196+88+209=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #C458D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458D1 is #3BA72E. Grayscale: #858585. Windows color (decimal): -3909423 or 13719748. OLE color: 13719748.
HSL color Cylindrical-coordinate representation of color #C458D1: hue angle of 293.55º degrees, saturation: 0.57, 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 #C458D1 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 88 | 209 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.18 |
| HSL | 293.55º | 0.57% | 0.58% | - |
| HSV(B) | 293.55º | 0.58% | 0.82% | - |
| XYZ | 37.76 | 23.32 | 62.83 | - |
| YUV | 134.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 209 | 0.06 | 0.58 | 0 | 0.18 | 293.55 | 0.57 | 0.58 |
| Hex | C4 | 58 | D1 | 6 | 3A | 0 | 12 | 126 | 39 | 3A |
| Octal | 304 | 130 | 321 | 6 | 72 | 0 | 22 | 446 | 71 | 72 |
| Binary | 11000100 | 1011000 | 11010001 | 110 | 111010 | 0 | 10010 | 100100110 | 111001 | 111010 |
Color Harmonies of #C458D1
Complementary color
Monochromatic Colors of #C458D1
Black with #C458D1
Text Example
Text Example
White with #C458D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458D1; }
p { color: rgb(196,88,209); }
H1.HeaderClassName
{
color: #C458D1;
}
.AnyTagClassName
{
color: #C458D1;
}
</style>
background-color css
<style>
a { background-color: #C458D1; }
a { background-color: rgb(196,88,209); }
div.DivClassName
{
background-color: #C458D1;
}
.BgClassName
{
background-color: #C458D1;
}
</style>
border-color css
<style>
span { border-color: #C458D1; }
span { border-color: rgb(196,88,209); }
td.TdClassName
{
border-color: #C458D1;
}
.TagClassName
{
border-color: #C458D1;
}
</style>