Shades of Medium Orchid #C057D1
Tints of Medium Orchid #C057D1
RGB
CMYK
RGB Variations
Color information
#C057D1 (or 0xC057D1) is known color: Medium Orchid. HEX triplet: C0, 57 and D1. RGB value is (192,87,209). Sum of RGB (Red+Green+Blue) = 192+87+209=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #C057D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057D1 is #3FA82E. Grayscale: #838383. Windows color (decimal): -4171823 or 13719488. OLE color: 13719488.
HSL color Cylindrical-coordinate representation of color #C057D1: hue angle of 291.64º degrees, saturation: 0.57, 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 #C057D1 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 87 | 209 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.18 |
| HSL | 291.64º | 0.57% | 0.58% | - |
| HSV(B) | 291.64º | 0.58% | 0.82% | - |
| XYZ | 36.66 | 22.63 | 62.76 | - |
| YUV | 132.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 209 | 0.08 | 0.58 | 0 | 0.18 | 291.64 | 0.57 | 0.58 |
| Hex | C0 | 57 | D1 | 8 | 3A | 0 | 12 | 124 | 39 | 3A |
| Octal | 300 | 127 | 321 | 10 | 72 | 0 | 22 | 444 | 71 | 72 |
| Binary | 11000000 | 1010111 | 11010001 | 1000 | 111010 | 0 | 10010 | 100100100 | 111001 | 111010 |
Color Harmonies of #C057D1
Complementary color
Monochromatic Colors of #C057D1
Black with #C057D1
Text Example
Text Example
White with #C057D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057D1; }
p { color: rgb(192,87,209); }
H1.HeaderClassName
{
color: #C057D1;
}
.AnyTagClassName
{
color: #C057D1;
}
</style>
background-color css
<style>
a { background-color: #C057D1; }
a { background-color: rgb(192,87,209); }
div.DivClassName
{
background-color: #C057D1;
}
.BgClassName
{
background-color: #C057D1;
}
</style>
border-color css
<style>
span { border-color: #C057D1; }
span { border-color: rgb(192,87,209); }
td.TdClassName
{
border-color: #C057D1;
}
.TagClassName
{
border-color: #C057D1;
}
</style>