Shades of Medium Orchid #C36ADA
Tints of Medium Orchid #C36ADA
RGB
CMYK
RGB Variations
Color information
#C36ADA (or 0xC36ADA) is known color: Medium Orchid. HEX triplet: C3, 6A and DA. RGB value is (195,106,218). Sum of RGB (Red+Green+Blue) = 195+106+218=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C36ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ADA is #3C9525. Grayscale: #919191. Windows color (decimal): -3970342 or 14314179. OLE color: 14314179.
HSL color Cylindrical-coordinate representation of color #C36ADA: hue angle of 287.68º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36ADA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 106 | 218 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.15 |
| HSL | 287.68º | 0.6% | 0.64% | - |
| HSV(B) | 287.68º | 0.51% | 0.85% | - |
| XYZ | 40.31 | 26.97 | 69.41 | - |
| YUV | 145.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 218 | 0.11 | 0.51 | 0 | 0.15 | 287.68 | 0.6 | 0.64 |
| Hex | C3 | 6A | DA | B | 33 | 0 | F | 120 | 3C | 40 |
| Octal | 303 | 152 | 332 | 13 | 63 | 0 | 17 | 440 | 74 | 100 |
| Binary | 11000011 | 1101010 | 11011010 | 1011 | 110011 | 0 | 1111 | 100100000 | 111100 | 1000000 |
Color Harmonies of #C36ADA
Complementary color
Monochromatic Colors of #C36ADA
Black with #C36ADA
Text Example
Text Example
White with #C36ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36ADA; }
p { color: rgb(195,106,218); }
H1.HeaderClassName
{
color: #C36ADA;
}
.AnyTagClassName
{
color: #C36ADA;
}
</style>
background-color css
<style>
a { background-color: #C36ADA; }
a { background-color: rgb(195,106,218); }
div.DivClassName
{
background-color: #C36ADA;
}
.BgClassName
{
background-color: #C36ADA;
}
</style>
border-color css
<style>
span { border-color: #C36ADA; }
span { border-color: rgb(195,106,218); }
td.TdClassName
{
border-color: #C36ADA;
}
.TagClassName
{
border-color: #C36ADA;
}
</style>