Shades of Medium Orchid #C36ADE
Tints of Medium Orchid #C36ADE
RGB
CMYK
RGB Variations
Color information
#C36ADE (or 0xC36ADE) is known color: Medium Orchid. HEX triplet: C3, 6A and DE. RGB value is (195,106,222). Sum of RGB (Red+Green+Blue) = 195+106+222=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #C36ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ADE is #3C9521. Grayscale: #919191. Windows color (decimal): -3970338 or 14576323. OLE color: 14576323.
HSL color Cylindrical-coordinate representation of color #C36ADE: hue angle of 286.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36ADE is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 106 | 222 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.13 |
| HSL | 286.03º | 0.64% | 0.64% | - |
| HSV(B) | 286.03º | 0.52% | 0.87% | - |
| XYZ | 40.84 | 27.18 | 72.2 | - |
| YUV | 145.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 222 | 0.12 | 0.52 | 0 | 0.13 | 286.03 | 0.64 | 0.64 |
| Hex | C3 | 6A | DE | C | 34 | 0 | D | 11E | 40 | 40 |
| Octal | 303 | 152 | 336 | 14 | 64 | 0 | 15 | 436 | 100 | 100 |
| Binary | 11000011 | 1101010 | 11011110 | 1100 | 110100 | 0 | 1101 | 100011110 | 1000000 | 1000000 |
Color Harmonies of #C36ADE
Complementary color
Monochromatic Colors of #C36ADE
Black with #C36ADE
Text Example
Text Example
White with #C36ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36ADE; }
p { color: rgb(195,106,222); }
H1.HeaderClassName
{
color: #C36ADE;
}
.AnyTagClassName
{
color: #C36ADE;
}
</style>
background-color css
<style>
a { background-color: #C36ADE; }
a { background-color: rgb(195,106,222); }
div.DivClassName
{
background-color: #C36ADE;
}
.BgClassName
{
background-color: #C36ADE;
}
</style>
border-color css
<style>
span { border-color: #C36ADE; }
span { border-color: rgb(195,106,222); }
td.TdClassName
{
border-color: #C36ADE;
}
.TagClassName
{
border-color: #C36ADE;
}
</style>