Shades of Medium Orchid #C36FD4
Tints of Medium Orchid #C36FD4
RGB
CMYK
RGB Variations
Color information
#C36FD4 (or 0xC36FD4) is known color: Medium Orchid. HEX triplet: C3, 6F and D4. RGB value is (195,111,212). Sum of RGB (Red+Green+Blue) = 195+111+212=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #C36FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FD4 is #3C902B. Grayscale: #939393. Windows color (decimal): -3969068 or 13922243. OLE color: 13922243.
HSL color Cylindrical-coordinate representation of color #C36FD4: hue angle of 289.9º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36FD4 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 111 | 212 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.17 |
| HSL | 289.9º | 0.54% | 0.63% | - |
| HSV(B) | 289.9º | 0.48% | 0.83% | - |
| XYZ | 40.07 | 27.72 | 65.53 | - |
| YUV | 147.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 212 | 0.08 | 0.48 | 0 | 0.17 | 289.9 | 0.54 | 0.63 |
| Hex | C3 | 6F | D4 | 8 | 30 | 0 | 11 | 122 | 36 | 3F |
| Octal | 303 | 157 | 324 | 10 | 60 | 0 | 21 | 442 | 66 | 77 |
| Binary | 11000011 | 1101111 | 11010100 | 1000 | 110000 | 0 | 10001 | 100100010 | 110110 | 111111 |
Color Harmonies of #C36FD4
Complementary color
Monochromatic Colors of #C36FD4
Black with #C36FD4
Text Example
Text Example
White with #C36FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FD4; }
p { color: rgb(195,111,212); }
H1.HeaderClassName
{
color: #C36FD4;
}
.AnyTagClassName
{
color: #C36FD4;
}
</style>
background-color css
<style>
a { background-color: #C36FD4; }
a { background-color: rgb(195,111,212); }
div.DivClassName
{
background-color: #C36FD4;
}
.BgClassName
{
background-color: #C36FD4;
}
</style>
border-color css
<style>
span { border-color: #C36FD4; }
span { border-color: rgb(195,111,212); }
td.TdClassName
{
border-color: #C36FD4;
}
.TagClassName
{
border-color: #C36FD4;
}
</style>