Shades of Medium Orchid #C36AD0
Tints of Medium Orchid #C36AD0
RGB
CMYK
RGB Variations
Color information
#C36AD0 (or 0xC36AD0) is known color: Medium Orchid. HEX triplet: C3, 6A and D0. RGB value is (195,106,208). Sum of RGB (Red+Green+Blue) = 195+106+208=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #C36AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AD0 is #3C952F. Grayscale: #8F8F8F. Windows color (decimal): -3970352 or 13658819. OLE color: 13658819.
HSL color Cylindrical-coordinate representation of color #C36AD0: hue angle of 292.35º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36AD0 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 106 | 208 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.18 |
| HSL | 292.35º | 0.52% | 0.62% | - |
| HSV(B) | 292.35º | 0.49% | 0.82% | - |
| XYZ | 39.04 | 26.46 | 62.72 | - |
| YUV | 144.24 | 163.99 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 208 | 0.06 | 0.49 | 0 | 0.18 | 292.35 | 0.52 | 0.62 |
| Hex | C3 | 6A | D0 | 6 | 31 | 0 | 12 | 124 | 34 | 3E |
| Octal | 303 | 152 | 320 | 6 | 61 | 0 | 22 | 444 | 64 | 76 |
| Binary | 11000011 | 1101010 | 11010000 | 110 | 110001 | 0 | 10010 | 100100100 | 110100 | 111110 |
Color Harmonies of #C36AD0
Complementary color
Monochromatic Colors of #C36AD0
Black with #C36AD0
Text Example
Text Example
White with #C36AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36AD0; }
p { color: rgb(195,106,208); }
H1.HeaderClassName
{
color: #C36AD0;
}
.AnyTagClassName
{
color: #C36AD0;
}
</style>
background-color css
<style>
a { background-color: #C36AD0; }
a { background-color: rgb(195,106,208); }
div.DivClassName
{
background-color: #C36AD0;
}
.BgClassName
{
background-color: #C36AD0;
}
</style>
border-color css
<style>
span { border-color: #C36AD0; }
span { border-color: rgb(195,106,208); }
td.TdClassName
{
border-color: #C36AD0;
}
.TagClassName
{
border-color: #C36AD0;
}
</style>