Shades of Medium Orchid #C36CDD
Tints of Medium Orchid #C36CDD
RGB
CMYK
RGB Variations
Color information
#C36CDD (or 0xC36CDD) is known color: Medium Orchid. HEX triplet: C3, 6C and DD. RGB value is (195,108,221). Sum of RGB (Red+Green+Blue) = 195+108+221=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #C36CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CDD is #3C9322. Grayscale: #929292. Windows color (decimal): -3969827 or 14511299. OLE color: 14511299.
HSL color Cylindrical-coordinate representation of color #C36CDD: hue angle of 286.19º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36CDD is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 108 | 221 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.13 |
| HSL | 286.19º | 0.62% | 0.65% | - |
| HSV(B) | 286.19º | 0.51% | 0.87% | - |
| XYZ | 40.92 | 27.55 | 71.57 | - |
| YUV | 146.9 | 169.82 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 221 | 0.12 | 0.51 | 0 | 0.13 | 286.19 | 0.62 | 0.65 |
| Hex | C3 | 6C | DD | C | 33 | 0 | D | 11E | 3E | 41 |
| Octal | 303 | 154 | 335 | 14 | 63 | 0 | 15 | 436 | 76 | 101 |
| Binary | 11000011 | 1101100 | 11011101 | 1100 | 110011 | 0 | 1101 | 100011110 | 111110 | 1000001 |
Color Harmonies of #C36CDD
Complementary color
Monochromatic Colors of #C36CDD
Black with #C36CDD
Text Example
Text Example
White with #C36CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CDD; }
p { color: rgb(195,108,221); }
H1.HeaderClassName
{
color: #C36CDD;
}
.AnyTagClassName
{
color: #C36CDD;
}
</style>
background-color css
<style>
a { background-color: #C36CDD; }
a { background-color: rgb(195,108,221); }
div.DivClassName
{
background-color: #C36CDD;
}
.BgClassName
{
background-color: #C36CDD;
}
</style>
border-color css
<style>
span { border-color: #C36CDD; }
span { border-color: rgb(195,108,221); }
td.TdClassName
{
border-color: #C36CDD;
}
.TagClassName
{
border-color: #C36CDD;
}
</style>