Shades of Medium Orchid #C733D5
Tints of Medium Orchid #C733D5
RGB
CMYK
RGB Variations
Color information
#C733D5 (or 0xC733D5) is known color: Medium Orchid. HEX triplet: C7, 33 and D5. RGB value is (199,51,213). Sum of RGB (Red+Green+Blue) = 199+51+213=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #C733D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C733D5 is #38CC2A. Grayscale: #717171. Windows color (decimal): -3722283 or 13972423. OLE color: 13972423.
HSL color Cylindrical-coordinate representation of color #C733D5: hue angle of 294.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C733D5 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 51 | 213 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.16 |
| HSL | 294.81º | 0.66% | 0.52% | - |
| HSV(B) | 294.81º | 0.76% | 0.84% | - |
| XYZ | 36.75 | 19.31 | 64.74 | - |
| YUV | 113.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 213 | 0.07 | 0.76 | 0 | 0.16 | 294.81 | 0.66 | 0.52 |
| Hex | C7 | 33 | D5 | 7 | 4C | 0 | 10 | 127 | 42 | 34 |
| Octal | 307 | 63 | 325 | 7 | 114 | 0 | 20 | 447 | 102 | 64 |
| Binary | 11000111 | 110011 | 11010101 | 111 | 1001100 | 0 | 10000 | 100100111 | 1000010 | 110100 |
Color Harmonies of #C733D5
Complementary color
Monochromatic Colors of #C733D5
Black with #C733D5
Text Example
Text Example
White with #C733D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C733D5; }
p { color: rgb(199,51,213); }
H1.HeaderClassName
{
color: #C733D5;
}
.AnyTagClassName
{
color: #C733D5;
}
</style>
background-color css
<style>
a { background-color: #C733D5; }
a { background-color: rgb(199,51,213); }
div.DivClassName
{
background-color: #C733D5;
}
.BgClassName
{
background-color: #C733D5;
}
</style>
border-color css
<style>
span { border-color: #C733D5; }
span { border-color: rgb(199,51,213); }
td.TdClassName
{
border-color: #C733D5;
}
.TagClassName
{
border-color: #C733D5;
}
</style>