Shades of Medium Orchid #C733D4
Tints of Medium Orchid #C733D4
RGB
CMYK
RGB Variations
Color information
#C733D4 (or 0xC733D4) is known color: Medium Orchid. HEX triplet: C7, 33 and D4. RGB value is (199,51,212). Sum of RGB (Red+Green+Blue) = 199+51+212=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #C733D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C733D4 is #38CC2B. Grayscale: #717171. Windows color (decimal): -3722284 or 13906887. OLE color: 13906887.
HSL color Cylindrical-coordinate representation of color #C733D4: hue angle of 295.16º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C733D4 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 51 | 212 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.17 |
| HSL | 295.16º | 0.65% | 0.52% | - |
| HSV(B) | 295.16º | 0.76% | 0.83% | - |
| XYZ | 36.62 | 19.26 | 64.08 | - |
| YUV | 113.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 212 | 0.06 | 0.76 | 0 | 0.17 | 295.16 | 0.65 | 0.52 |
| Hex | C7 | 33 | D4 | 6 | 4C | 0 | 11 | 127 | 41 | 34 |
| Octal | 307 | 63 | 324 | 6 | 114 | 0 | 21 | 447 | 101 | 64 |
| Binary | 11000111 | 110011 | 11010100 | 110 | 1001100 | 0 | 10001 | 100100111 | 1000001 | 110100 |
Color Harmonies of #C733D4
Complementary color
Monochromatic Colors of #C733D4
Black with #C733D4
Text Example
Text Example
White with #C733D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C733D4; }
p { color: rgb(199,51,212); }
H1.HeaderClassName
{
color: #C733D4;
}
.AnyTagClassName
{
color: #C733D4;
}
</style>
background-color css
<style>
a { background-color: #C733D4; }
a { background-color: rgb(199,51,212); }
div.DivClassName
{
background-color: #C733D4;
}
.BgClassName
{
background-color: #C733D4;
}
</style>
border-color css
<style>
span { border-color: #C733D4; }
span { border-color: rgb(199,51,212); }
td.TdClassName
{
border-color: #C733D4;
}
.TagClassName
{
border-color: #C733D4;
}
</style>