Shades of Medium Orchid #C75CEA
Tints of Medium Orchid #C75CEA
RGB
CMYK
RGB Variations
Color information
#C75CEA (or 0xC75CEA) is known color: Medium Orchid. HEX triplet: C7, 5C and EA. RGB value is (199,92,234). Sum of RGB (Red+Green+Blue) = 199+92+234=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #C75CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75CEA is #38A315. Grayscale: #8B8B8B. Windows color (decimal): -3711766 or 15359175. OLE color: 15359175.
HSL color Cylindrical-coordinate representation of color #C75CEA: hue angle of 285.21º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C75CEA is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 92 | 234 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.08 |
| HSL | 285.21º | 0.77% | 0.64% | - |
| HSV(B) | 285.21º | 0.61% | 0.92% | - |
| XYZ | 42.23 | 25.74 | 80.58 | - |
| YUV | 140.18 | 180.95 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 234 | 0.15 | 0.61 | 0 | 0.08 | 285.21 | 0.77 | 0.64 |
| Hex | C7 | 5C | EA | F | 3D | 0 | 8 | 11D | 4D | 40 |
| Octal | 307 | 134 | 352 | 17 | 75 | 0 | 10 | 435 | 115 | 100 |
| Binary | 11000111 | 1011100 | 11101010 | 1111 | 111101 | 0 | 1000 | 100011101 | 1001101 | 1000000 |
Color Harmonies of #C75CEA
Complementary color
Monochromatic Colors of #C75CEA
Black with #C75CEA
Text Example
Text Example
White with #C75CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75CEA; }
p { color: rgb(199,92,234); }
H1.HeaderClassName
{
color: #C75CEA;
}
.AnyTagClassName
{
color: #C75CEA;
}
</style>
background-color css
<style>
a { background-color: #C75CEA; }
a { background-color: rgb(199,92,234); }
div.DivClassName
{
background-color: #C75CEA;
}
.BgClassName
{
background-color: #C75CEA;
}
</style>
border-color css
<style>
span { border-color: #C75CEA; }
span { border-color: rgb(199,92,234); }
td.TdClassName
{
border-color: #C75CEA;
}
.TagClassName
{
border-color: #C75CEA;
}
</style>