Shades of Medium Orchid #C75CED
Tints of Medium Orchid #C75CED
RGB
CMYK
RGB Variations
Color information
#C75CED (or 0xC75CED) is known color: Medium Orchid. HEX triplet: C7, 5C and ED. RGB value is (199,92,237). Sum of RGB (Red+Green+Blue) = 199+92+237=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #C75CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75CED is #38A312. Grayscale: #8C8C8C. Windows color (decimal): -3711763 or 15555783. OLE color: 15555783.
HSL color Cylindrical-coordinate representation of color #C75CED: hue angle of 284.28º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C75CED is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 92 | 237 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.07 |
| HSL | 284.28º | 0.8% | 0.65% | - |
| HSV(B) | 284.28º | 0.61% | 0.93% | - |
| XYZ | 42.67 | 25.91 | 82.87 | - |
| YUV | 140.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 237 | 0.16 | 0.61 | 0 | 0.07 | 284.28 | 0.8 | 0.65 |
| Hex | C7 | 5C | ED | 10 | 3D | 0 | 7 | 11C | 50 | 41 |
| Octal | 307 | 134 | 355 | 20 | 75 | 0 | 7 | 434 | 120 | 101 |
| Binary | 11000111 | 1011100 | 11101101 | 10000 | 111101 | 0 | 111 | 100011100 | 1010000 | 1000001 |
Color Harmonies of #C75CED
Complementary color
Monochromatic Colors of #C75CED
Black with #C75CED
Text Example
Text Example
White with #C75CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75CED; }
p { color: rgb(199,92,237); }
H1.HeaderClassName
{
color: #C75CED;
}
.AnyTagClassName
{
color: #C75CED;
}
</style>
background-color css
<style>
a { background-color: #C75CED; }
a { background-color: rgb(199,92,237); }
div.DivClassName
{
background-color: #C75CED;
}
.BgClassName
{
background-color: #C75CED;
}
</style>
border-color css
<style>
span { border-color: #C75CED; }
span { border-color: rgb(199,92,237); }
td.TdClassName
{
border-color: #C75CED;
}
.TagClassName
{
border-color: #C75CED;
}
</style>