Shades of Medium Orchid #C36FDB
Tints of Medium Orchid #C36FDB
RGB
CMYK
RGB Variations
Color information
#C36FDB (or 0xC36FDB) is known color: Medium Orchid. HEX triplet: C3, 6F and DB. RGB value is (195,111,219). Sum of RGB (Red+Green+Blue) = 195+111+219=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #C36FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FDB is #3C9024. Grayscale: #949494. Windows color (decimal): -3969061 or 14380995. OLE color: 14380995.
HSL color Cylindrical-coordinate representation of color #C36FDB: hue angle of 286.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36FDB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 111 | 219 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.14 |
| HSL | 286.67º | 0.6% | 0.65% | - |
| HSV(B) | 286.67º | 0.49% | 0.86% | - |
| XYZ | 40.98 | 28.09 | 70.28 | - |
| YUV | 148.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 219 | 0.11 | 0.49 | 0 | 0.14 | 286.67 | 0.6 | 0.65 |
| Hex | C3 | 6F | DB | B | 31 | 0 | E | 11F | 3C | 41 |
| Octal | 303 | 157 | 333 | 13 | 61 | 0 | 16 | 437 | 74 | 101 |
| Binary | 11000011 | 1101111 | 11011011 | 1011 | 110001 | 0 | 1110 | 100011111 | 111100 | 1000001 |
Color Harmonies of #C36FDB
Complementary color
Monochromatic Colors of #C36FDB
Black with #C36FDB
Text Example
Text Example
White with #C36FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FDB; }
p { color: rgb(195,111,219); }
H1.HeaderClassName
{
color: #C36FDB;
}
.AnyTagClassName
{
color: #C36FDB;
}
</style>
background-color css
<style>
a { background-color: #C36FDB; }
a { background-color: rgb(195,111,219); }
div.DivClassName
{
background-color: #C36FDB;
}
.BgClassName
{
background-color: #C36FDB;
}
</style>
border-color css
<style>
span { border-color: #C36FDB; }
span { border-color: rgb(195,111,219); }
td.TdClassName
{
border-color: #C36FDB;
}
.TagClassName
{
border-color: #C36FDB;
}
</style>