Shades of Medium Orchid #C735EA
Tints of Medium Orchid #C735EA
RGB
CMYK
RGB Variations
Color information
#C735EA (or 0xC735EA) is known color: Medium Orchid. HEX triplet: C7, 35 and EA. RGB value is (199,53,234). Sum of RGB (Red+Green+Blue) = 199+53+234=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #C735EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C735EA is #38CA15. Grayscale: #747474. Windows color (decimal): -3721750 or 15349191. OLE color: 15349191.
HSL color Cylindrical-coordinate representation of color #C735EA: hue angle of 288.4º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C735EA is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 53 | 234 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.08 |
| HSL | 288.4º | 0.81% | 0.56% | - |
| HSV(B) | 288.4º | 0.77% | 0.92% | - |
| XYZ | 39.68 | 20.63 | 79.73 | - |
| YUV | 117.29 | 193.87 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 234 | 0.15 | 0.77 | 0 | 0.08 | 288.4 | 0.81 | 0.56 |
| Hex | C7 | 35 | EA | F | 4D | 0 | 8 | 120 | 51 | 38 |
| Octal | 307 | 65 | 352 | 17 | 115 | 0 | 10 | 440 | 121 | 70 |
| Binary | 11000111 | 110101 | 11101010 | 1111 | 1001101 | 0 | 1000 | 100100000 | 1010001 | 111000 |
Color Harmonies of #C735EA
Complementary color
Monochromatic Colors of #C735EA
Black with #C735EA
Text Example
Text Example
White with #C735EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C735EA; }
p { color: rgb(199,53,234); }
H1.HeaderClassName
{
color: #C735EA;
}
.AnyTagClassName
{
color: #C735EA;
}
</style>
background-color css
<style>
a { background-color: #C735EA; }
a { background-color: rgb(199,53,234); }
div.DivClassName
{
background-color: #C735EA;
}
.BgClassName
{
background-color: #C735EA;
}
</style>
border-color css
<style>
span { border-color: #C735EA; }
span { border-color: rgb(199,53,234); }
td.TdClassName
{
border-color: #C735EA;
}
.TagClassName
{
border-color: #C735EA;
}
</style>