Shades of Medium Orchid #C258D2
Tints of Medium Orchid #C258D2
RGB
CMYK
RGB Variations
Color information
#C258D2 (or 0xC258D2) is known color: Medium Orchid. HEX triplet: C2, 58 and D2. RGB value is (194,88,210). Sum of RGB (Red+Green+Blue) = 194+88+210=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #C258D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258D2 is #3DA72D. Grayscale: #858585. Windows color (decimal): -4040494 or 13785282. OLE color: 13785282.
HSL color Cylindrical-coordinate representation of color #C258D2: hue angle of 292.13º degrees, saturation: 0.58, 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 #C258D2 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 88 | 210 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.18 |
| HSL | 292.13º | 0.58% | 0.58% | - |
| HSV(B) | 292.13º | 0.58% | 0.82% | - |
| XYZ | 37.37 | 23.1 | 63.46 | - |
| YUV | 133.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 210 | 0.08 | 0.58 | 0 | 0.18 | 292.13 | 0.58 | 0.58 |
| Hex | C2 | 58 | D2 | 8 | 3A | 0 | 12 | 124 | 3A | 3A |
| Octal | 302 | 130 | 322 | 10 | 72 | 0 | 22 | 444 | 72 | 72 |
| Binary | 11000010 | 1011000 | 11010010 | 1000 | 111010 | 0 | 10010 | 100100100 | 111010 | 111010 |
Color Harmonies of #C258D2
Complementary color
Monochromatic Colors of #C258D2
Black with #C258D2
Text Example
Text Example
White with #C258D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258D2; }
p { color: rgb(194,88,210); }
H1.HeaderClassName
{
color: #C258D2;
}
.AnyTagClassName
{
color: #C258D2;
}
</style>
background-color css
<style>
a { background-color: #C258D2; }
a { background-color: rgb(194,88,210); }
div.DivClassName
{
background-color: #C258D2;
}
.BgClassName
{
background-color: #C258D2;
}
</style>
border-color css
<style>
span { border-color: #C258D2; }
span { border-color: rgb(194,88,210); }
td.TdClassName
{
border-color: #C258D2;
}
.TagClassName
{
border-color: #C258D2;
}
</style>