Shades of Medium Orchid #C258D1
Tints of Medium Orchid #C258D1
RGB
CMYK
RGB Variations
Color information
#C258D1 (or 0xC258D1) is known color: Medium Orchid. HEX triplet: C2, 58 and D1. RGB value is (194,88,209). Sum of RGB (Red+Green+Blue) = 194+88+209=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #C258D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258D1 is #3DA72E. Grayscale: #858585. Windows color (decimal): -4040495 or 13719746. OLE color: 13719746.
HSL color Cylindrical-coordinate representation of color #C258D1: hue angle of 292.56º 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 #C258D1 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 88 | 209 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.18 |
| HSL | 292.56º | 0.57% | 0.58% | - |
| HSV(B) | 292.56º | 0.58% | 0.82% | - |
| XYZ | 37.25 | 23.05 | 62.81 | - |
| YUV | 133.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 209 | 0.07 | 0.58 | 0 | 0.18 | 292.56 | 0.57 | 0.58 |
| Hex | C2 | 58 | D1 | 7 | 3A | 0 | 12 | 125 | 39 | 3A |
| Octal | 302 | 130 | 321 | 7 | 72 | 0 | 22 | 445 | 71 | 72 |
| Binary | 11000010 | 1011000 | 11010001 | 111 | 111010 | 0 | 10010 | 100100101 | 111001 | 111010 |
Color Harmonies of #C258D1
Complementary color
Monochromatic Colors of #C258D1
Black with #C258D1
Text Example
Text Example
White with #C258D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258D1; }
p { color: rgb(194,88,209); }
H1.HeaderClassName
{
color: #C258D1;
}
.AnyTagClassName
{
color: #C258D1;
}
</style>
background-color css
<style>
a { background-color: #C258D1; }
a { background-color: rgb(194,88,209); }
div.DivClassName
{
background-color: #C258D1;
}
.BgClassName
{
background-color: #C258D1;
}
</style>
border-color css
<style>
span { border-color: #C258D1; }
span { border-color: rgb(194,88,209); }
td.TdClassName
{
border-color: #C258D1;
}
.TagClassName
{
border-color: #C258D1;
}
</style>