Shades of Medium Orchid #C257CD
Tints of Medium Orchid #C257CD
RGB
CMYK
RGB Variations
Color information
#C257CD (or 0xC257CD) is known color: Medium Orchid. HEX triplet: C2, 57 and CD. RGB value is (194,87,205). Sum of RGB (Red+Green+Blue) = 194+87+205=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #C257CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257CD is #3DA832. Grayscale: #848484. Windows color (decimal): -4040755 or 13457346. OLE color: 13457346.
HSL color Cylindrical-coordinate representation of color #C257CD: hue angle of 294.41º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C257CD is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 87 | 205 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.20 |
| HSL | 294.41º | 0.54% | 0.57% | - |
| HSV(B) | 294.41º | 0.58% | 0.8% | - |
| XYZ | 36.68 | 22.69 | 60.2 | - |
| YUV | 132.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 205 | 0.05 | 0.58 | 0 | 0.20 | 294.41 | 0.54 | 0.57 |
| Hex | C2 | 57 | CD | 5 | 3A | 0 | 14 | 126 | 36 | 39 |
| Octal | 302 | 127 | 315 | 5 | 72 | 0 | 24 | 446 | 66 | 71 |
| Binary | 11000010 | 1010111 | 11001101 | 101 | 111010 | 0 | 10100 | 100100110 | 110110 | 111001 |
Color Harmonies of #C257CD
Complementary color
Monochromatic Colors of #C257CD
Black with #C257CD
Text Example
Text Example
White with #C257CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257CD; }
p { color: rgb(194,87,205); }
H1.HeaderClassName
{
color: #C257CD;
}
.AnyTagClassName
{
color: #C257CD;
}
</style>
background-color css
<style>
a { background-color: #C257CD; }
a { background-color: rgb(194,87,205); }
div.DivClassName
{
background-color: #C257CD;
}
.BgClassName
{
background-color: #C257CD;
}
</style>
border-color css
<style>
span { border-color: #C257CD; }
span { border-color: rgb(194,87,205); }
td.TdClassName
{
border-color: #C257CD;
}
.TagClassName
{
border-color: #C257CD;
}
</style>