Shades of Medium Orchid #C36CDA
Tints of Medium Orchid #C36CDA
RGB
CMYK
RGB Variations
Color information
#C36CDA (or 0xC36CDA) is known color: Medium Orchid. HEX triplet: C3, 6C and DA. RGB value is (195,108,218). Sum of RGB (Red+Green+Blue) = 195+108+218=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #C36CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CDA is #3C9325. Grayscale: #929292. Windows color (decimal): -3969830 or 14314691. OLE color: 14314691.
HSL color Cylindrical-coordinate representation of color #C36CDA: hue angle of 287.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36CDA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 108 | 218 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.15 |
| HSL | 287.45º | 0.6% | 0.64% | - |
| HSV(B) | 287.45º | 0.5% | 0.85% | - |
| XYZ | 40.52 | 27.39 | 69.48 | - |
| YUV | 146.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 218 | 0.11 | 0.50 | 0 | 0.15 | 287.45 | 0.6 | 0.64 |
| Hex | C3 | 6C | DA | B | 32 | 0 | F | 11F | 3C | 40 |
| Octal | 303 | 154 | 332 | 13 | 62 | 0 | 17 | 437 | 74 | 100 |
| Binary | 11000011 | 1101100 | 11011010 | 1011 | 110010 | 0 | 1111 | 100011111 | 111100 | 1000000 |
Color Harmonies of #C36CDA
Complementary color
Monochromatic Colors of #C36CDA
Black with #C36CDA
Text Example
Text Example
White with #C36CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CDA; }
p { color: rgb(195,108,218); }
H1.HeaderClassName
{
color: #C36CDA;
}
.AnyTagClassName
{
color: #C36CDA;
}
</style>
background-color css
<style>
a { background-color: #C36CDA; }
a { background-color: rgb(195,108,218); }
div.DivClassName
{
background-color: #C36CDA;
}
.BgClassName
{
background-color: #C36CDA;
}
</style>
border-color css
<style>
span { border-color: #C36CDA; }
span { border-color: rgb(195,108,218); }
td.TdClassName
{
border-color: #C36CDA;
}
.TagClassName
{
border-color: #C36CDA;
}
</style>