Shades of Medium Orchid #C258DC
Tints of Medium Orchid #C258DC
RGB
CMYK
RGB Variations
Color information
#C258DC (or 0xC258DC) is known color: Medium Orchid. HEX triplet: C2, 58 and DC. RGB value is (194,88,220). Sum of RGB (Red+Green+Blue) = 194+88+220=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #C258DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258DC is #3DA723. Grayscale: #868686. Windows color (decimal): -4040484 or 14440642. OLE color: 14440642.
HSL color Cylindrical-coordinate representation of color #C258DC: hue angle of 288.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C258DC is Cyan = 0.12, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 88 | 220 | - |
| CMYK | 0.12 | 0.6 | 0 | 0.14 |
| HSL | 288.18º | 0.65% | 0.6% | - |
| HSV(B) | 288.18º | 0.6% | 0.86% | - |
| XYZ | 38.66 | 23.62 | 70.23 | - |
| YUV | 134.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 220 | 0.12 | 0.6 | 0 | 0.14 | 288.18 | 0.65 | 0.6 |
| Hex | C2 | 58 | DC | C | 3C | 0 | E | 120 | 41 | 3C |
| Octal | 302 | 130 | 334 | 14 | 74 | 0 | 16 | 440 | 101 | 74 |
| Binary | 11000010 | 1011000 | 11011100 | 1100 | 111100 | 0 | 1110 | 100100000 | 1000001 | 111100 |
Color Harmonies of #C258DC
Complementary color
Monochromatic Colors of #C258DC
Black with #C258DC
Text Example
Text Example
White with #C258DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258DC; }
p { color: rgb(194,88,220); }
H1.HeaderClassName
{
color: #C258DC;
}
.AnyTagClassName
{
color: #C258DC;
}
</style>
background-color css
<style>
a { background-color: #C258DC; }
a { background-color: rgb(194,88,220); }
div.DivClassName
{
background-color: #C258DC;
}
.BgClassName
{
background-color: #C258DC;
}
</style>
border-color css
<style>
span { border-color: #C258DC; }
span { border-color: rgb(194,88,220); }
td.TdClassName
{
border-color: #C258DC;
}
.TagClassName
{
border-color: #C258DC;
}
</style>