Shades of Medium Orchid #C757DA
Tints of Medium Orchid #C757DA
RGB
CMYK
RGB Variations
Color information
#C757DA (or 0xC757DA) is known color: Medium Orchid. HEX triplet: C7, 57 and DA. RGB value is (199,87,218). Sum of RGB (Red+Green+Blue) = 199+87+218=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #C757DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757DA is #38A825. Grayscale: #878787. Windows color (decimal): -3713062 or 14309319. OLE color: 14309319.
HSL color Cylindrical-coordinate representation of color #C757DA: hue angle of 291.3º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C757DA is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 87 | 218 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.15 |
| HSL | 291.3º | 0.64% | 0.6% | - |
| HSV(B) | 291.3º | 0.6% | 0.85% | - |
| XYZ | 39.62 | 24.02 | 68.88 | - |
| YUV | 135.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 218 | 0.09 | 0.60 | 0 | 0.15 | 291.3 | 0.64 | 0.6 |
| Hex | C7 | 57 | DA | 9 | 3C | 0 | F | 123 | 40 | 3C |
| Octal | 307 | 127 | 332 | 11 | 74 | 0 | 17 | 443 | 100 | 74 |
| Binary | 11000111 | 1010111 | 11011010 | 1001 | 111100 | 0 | 1111 | 100100011 | 1000000 | 111100 |
Color Harmonies of #C757DA
Complementary color
Monochromatic Colors of #C757DA
Black with #C757DA
Text Example
Text Example
White with #C757DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C757DA; }
p { color: rgb(199,87,218); }
H1.HeaderClassName
{
color: #C757DA;
}
.AnyTagClassName
{
color: #C757DA;
}
</style>
background-color css
<style>
a { background-color: #C757DA; }
a { background-color: rgb(199,87,218); }
div.DivClassName
{
background-color: #C757DA;
}
.BgClassName
{
background-color: #C757DA;
}
</style>
border-color css
<style>
span { border-color: #C757DA; }
span { border-color: rgb(199,87,218); }
td.TdClassName
{
border-color: #C757DA;
}
.TagClassName
{
border-color: #C757DA;
}
</style>