Shades of Medium Orchid #C258D0
Tints of Medium Orchid #C258D0
RGB
CMYK
RGB Variations
Color information
#C258D0 (or 0xC258D0) is known color: Medium Orchid. HEX triplet: C2, 58 and D0. RGB value is (194,88,208). Sum of RGB (Red+Green+Blue) = 194+88+208=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #C258D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258D0 is #3DA72F. Grayscale: #858585. Windows color (decimal): -4040496 or 13654210. OLE color: 13654210.
HSL color Cylindrical-coordinate representation of color #C258D0: hue angle of 293º 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 #C258D0 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 88 | 208 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.18 |
| HSL | 293º | 0.56% | 0.58% | - |
| HSV(B) | 293º | 0.58% | 0.82% | - |
| XYZ | 37.12 | 23 | 62.16 | - |
| YUV | 133.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 208 | 0.07 | 0.58 | 0 | 0.18 | 293 | 0.56 | 0.58 |
| Hex | C2 | 58 | D0 | 7 | 3A | 0 | 12 | 125 | 38 | 3A |
| Octal | 302 | 130 | 320 | 7 | 72 | 0 | 22 | 445 | 70 | 72 |
| Binary | 11000010 | 1011000 | 11010000 | 111 | 111010 | 0 | 10010 | 100100101 | 111000 | 111010 |
Color Harmonies of #C258D0
Complementary color
Monochromatic Colors of #C258D0
Black with #C258D0
Text Example
Text Example
White with #C258D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258D0; }
p { color: rgb(194,88,208); }
H1.HeaderClassName
{
color: #C258D0;
}
.AnyTagClassName
{
color: #C258D0;
}
</style>
background-color css
<style>
a { background-color: #C258D0; }
a { background-color: rgb(194,88,208); }
div.DivClassName
{
background-color: #C258D0;
}
.BgClassName
{
background-color: #C258D0;
}
</style>
border-color css
<style>
span { border-color: #C258D0; }
span { border-color: rgb(194,88,208); }
td.TdClassName
{
border-color: #C258D0;
}
.TagClassName
{
border-color: #C258D0;
}
</style>