Shades of Medium Orchid #C258CD
Tints of Medium Orchid #C258CD
RGB
CMYK
RGB Variations
Color information
#C258CD (or 0xC258CD) is known color: Medium Orchid. HEX triplet: C2, 58 and CD. RGB value is (194,88,205). Sum of RGB (Red+Green+Blue) = 194+88+205=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #C258CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258CD is #3DA732. Grayscale: #848484. Windows color (decimal): -4040499 or 13457602. OLE color: 13457602.
HSL color Cylindrical-coordinate representation of color #C258CD: hue angle of 294.36º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C258CD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 88 | 205 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.20 |
| HSL | 294.36º | 0.54% | 0.57% | - |
| HSV(B) | 294.36º | 0.57% | 0.8% | - |
| XYZ | 36.76 | 22.86 | 60.23 | - |
| YUV | 133.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 205 | 0.05 | 0.57 | 0 | 0.20 | 294.36 | 0.54 | 0.57 |
| Hex | C2 | 58 | CD | 5 | 39 | 0 | 14 | 126 | 36 | 39 |
| Octal | 302 | 130 | 315 | 5 | 71 | 0 | 24 | 446 | 66 | 71 |
| Binary | 11000010 | 1011000 | 11001101 | 101 | 111001 | 0 | 10100 | 100100110 | 110110 | 111001 |
Color Harmonies of #C258CD
Complementary color
Monochromatic Colors of #C258CD
Black with #C258CD
Text Example
Text Example
White with #C258CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258CD; }
p { color: rgb(194,88,205); }
H1.HeaderClassName
{
color: #C258CD;
}
.AnyTagClassName
{
color: #C258CD;
}
</style>
background-color css
<style>
a { background-color: #C258CD; }
a { background-color: rgb(194,88,205); }
div.DivClassName
{
background-color: #C258CD;
}
.BgClassName
{
background-color: #C258CD;
}
</style>
border-color css
<style>
span { border-color: #C258CD; }
span { border-color: rgb(194,88,205); }
td.TdClassName
{
border-color: #C258CD;
}
.TagClassName
{
border-color: #C258CD;
}
</style>