Shades of Medium Orchid #C258DD
Tints of Medium Orchid #C258DD
RGB
CMYK
RGB Variations
Color information
#C258DD (or 0xC258DD) is known color: Medium Orchid. HEX triplet: C2, 58 and DD. RGB value is (194,88,221). Sum of RGB (Red+Green+Blue) = 194+88+221=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #C258DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258DD is #3DA722. Grayscale: #868686. Windows color (decimal): -4040483 or 14506178. OLE color: 14506178.
HSL color Cylindrical-coordinate representation of color #C258DD: hue angle of 287.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C258DD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 88 | 221 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.13 |
| HSL | 287.82º | 0.66% | 0.61% | - |
| HSV(B) | 287.82º | 0.6% | 0.87% | - |
| XYZ | 38.79 | 23.67 | 70.93 | - |
| YUV | 134.86 | 176.62 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 221 | 0.12 | 0.60 | 0 | 0.13 | 287.82 | 0.66 | 0.61 |
| Hex | C2 | 58 | DD | C | 3C | 0 | D | 120 | 42 | 3D |
| Octal | 302 | 130 | 335 | 14 | 74 | 0 | 15 | 440 | 102 | 75 |
| Binary | 11000010 | 1011000 | 11011101 | 1100 | 111100 | 0 | 1101 | 100100000 | 1000010 | 111101 |
Color Harmonies of #C258DD
Complementary color
Monochromatic Colors of #C258DD
Black with #C258DD
Text Example
Text Example
White with #C258DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258DD; }
p { color: rgb(194,88,221); }
H1.HeaderClassName
{
color: #C258DD;
}
.AnyTagClassName
{
color: #C258DD;
}
</style>
background-color css
<style>
a { background-color: #C258DD; }
a { background-color: rgb(194,88,221); }
div.DivClassName
{
background-color: #C258DD;
}
.BgClassName
{
background-color: #C258DD;
}
</style>
border-color css
<style>
span { border-color: #C258DD; }
span { border-color: rgb(194,88,221); }
td.TdClassName
{
border-color: #C258DD;
}
.TagClassName
{
border-color: #C258DD;
}
</style>