Shades of Medium Orchid #C36BDF
Tints of Medium Orchid #C36BDF
RGB
CMYK
RGB Variations
Color information
#C36BDF (or 0xC36BDF) is known color: Medium Orchid. HEX triplet: C3, 6B and DF. RGB value is (195,107,223). Sum of RGB (Red+Green+Blue) = 195+107+223=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #C36BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BDF is #3C9420. Grayscale: #929292. Windows color (decimal): -3970081 or 14642115. OLE color: 14642115.
HSL color Cylindrical-coordinate representation of color #C36BDF: hue angle of 285.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36BDF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 107 | 223 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.13 |
| HSL | 285.52º | 0.64% | 0.65% | - |
| HSV(B) | 285.52º | 0.52% | 0.87% | - |
| XYZ | 41.08 | 27.45 | 72.94 | - |
| YUV | 146.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 223 | 0.13 | 0.52 | 0 | 0.13 | 285.52 | 0.64 | 0.65 |
| Hex | C3 | 6B | DF | D | 34 | 0 | D | 11E | 40 | 41 |
| Octal | 303 | 153 | 337 | 15 | 64 | 0 | 15 | 436 | 100 | 101 |
| Binary | 11000011 | 1101011 | 11011111 | 1101 | 110100 | 0 | 1101 | 100011110 | 1000000 | 1000001 |
Color Harmonies of #C36BDF
Complementary color
Monochromatic Colors of #C36BDF
Black with #C36BDF
Text Example
Text Example
White with #C36BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BDF; }
p { color: rgb(195,107,223); }
H1.HeaderClassName
{
color: #C36BDF;
}
.AnyTagClassName
{
color: #C36BDF;
}
</style>
background-color css
<style>
a { background-color: #C36BDF; }
a { background-color: rgb(195,107,223); }
div.DivClassName
{
background-color: #C36BDF;
}
.BgClassName
{
background-color: #C36BDF;
}
</style>
border-color css
<style>
span { border-color: #C36BDF; }
span { border-color: rgb(195,107,223); }
td.TdClassName
{
border-color: #C36BDF;
}
.TagClassName
{
border-color: #C36BDF;
}
</style>