Shades of Medium Orchid #C736DA
Tints of Medium Orchid #C736DA
RGB
CMYK
RGB Variations
Color information
#C736DA (or 0xC736DA) is known color: Medium Orchid. HEX triplet: C7, 36 and DA. RGB value is (199,54,218). Sum of RGB (Red+Green+Blue) = 199+54+218=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #C736DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736DA is #38C925. Grayscale: #737373. Windows color (decimal): -3721510 or 14300871. OLE color: 14300871.
HSL color Cylindrical-coordinate representation of color #C736DA: hue angle of 293.05º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C736DA is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 54 | 218 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.15 |
| HSL | 293.05º | 0.69% | 0.53% | - |
| HSV(B) | 293.05º | 0.75% | 0.85% | - |
| XYZ | 37.53 | 19.84 | 68.18 | - |
| YUV | 116.05 | 185.54 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 218 | 0.09 | 0.75 | 0 | 0.15 | 293.05 | 0.69 | 0.53 |
| Hex | C7 | 36 | DA | 9 | 4B | 0 | F | 125 | 45 | 35 |
| Octal | 307 | 66 | 332 | 11 | 113 | 0 | 17 | 445 | 105 | 65 |
| Binary | 11000111 | 110110 | 11011010 | 1001 | 1001011 | 0 | 1111 | 100100101 | 1000101 | 110101 |
Color Harmonies of #C736DA
Complementary color
Monochromatic Colors of #C736DA
Black with #C736DA
Text Example
Text Example
White with #C736DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736DA; }
p { color: rgb(199,54,218); }
H1.HeaderClassName
{
color: #C736DA;
}
.AnyTagClassName
{
color: #C736DA;
}
</style>
background-color css
<style>
a { background-color: #C736DA; }
a { background-color: rgb(199,54,218); }
div.DivClassName
{
background-color: #C736DA;
}
.BgClassName
{
background-color: #C736DA;
}
</style>
border-color css
<style>
span { border-color: #C736DA; }
span { border-color: rgb(199,54,218); }
td.TdClassName
{
border-color: #C736DA;
}
.TagClassName
{
border-color: #C736DA;
}
</style>