Shades of Medium Orchid #C36FDC
Tints of Medium Orchid #C36FDC
RGB
CMYK
RGB Variations
Color information
#C36FDC (or 0xC36FDC) is known color: Medium Orchid. HEX triplet: C3, 6F and DC. RGB value is (195,111,220). Sum of RGB (Red+Green+Blue) = 195+111+220=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #C36FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FDC is #3C9023. Grayscale: #949494. Windows color (decimal): -3969060 or 14446531. OLE color: 14446531.
HSL color Cylindrical-coordinate representation of color #C36FDC: hue angle of 286.24º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36FDC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 111 | 220 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.14 |
| HSL | 286.24º | 0.61% | 0.65% | - |
| HSV(B) | 286.24º | 0.5% | 0.86% | - |
| XYZ | 41.11 | 28.14 | 70.97 | - |
| YUV | 148.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 220 | 0.11 | 0.50 | 0 | 0.14 | 286.24 | 0.61 | 0.65 |
| Hex | C3 | 6F | DC | B | 32 | 0 | E | 11E | 3D | 41 |
| Octal | 303 | 157 | 334 | 13 | 62 | 0 | 16 | 436 | 75 | 101 |
| Binary | 11000011 | 1101111 | 11011100 | 1011 | 110010 | 0 | 1110 | 100011110 | 111101 | 1000001 |
Color Harmonies of #C36FDC
Complementary color
Monochromatic Colors of #C36FDC
Black with #C36FDC
Text Example
Text Example
White with #C36FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FDC; }
p { color: rgb(195,111,220); }
H1.HeaderClassName
{
color: #C36FDC;
}
.AnyTagClassName
{
color: #C36FDC;
}
</style>
background-color css
<style>
a { background-color: #C36FDC; }
a { background-color: rgb(195,111,220); }
div.DivClassName
{
background-color: #C36FDC;
}
.BgClassName
{
background-color: #C36FDC;
}
</style>
border-color css
<style>
span { border-color: #C36FDC; }
span { border-color: rgb(195,111,220); }
td.TdClassName
{
border-color: #C36FDC;
}
.TagClassName
{
border-color: #C36FDC;
}
</style>