Shades of Orchid #C36FD0
Tints of Orchid #C36FD0
RGB
CMYK
RGB Variations
Color information
#C36FD0 (or 0xC36FD0) is known color: Orchid. HEX triplet: C3, 6F and D0. RGB value is (195,111,208). Sum of RGB (Red+Green+Blue) = 195+111+208=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #C36FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FD0 is #3C902F. Grayscale: #929292. Windows color (decimal): -3969072 or 13660099. OLE color: 13660099.
HSL color Cylindrical-coordinate representation of color #C36FD0: hue angle of 291.96º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36FD0 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 111 | 208 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.18 |
| HSL | 291.96º | 0.51% | 0.63% | - |
| HSV(B) | 291.96º | 0.47% | 0.82% | - |
| XYZ | 39.58 | 27.53 | 62.9 | - |
| YUV | 147.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 208 | 0.06 | 0.47 | 0 | 0.18 | 291.96 | 0.51 | 0.63 |
| Hex | C3 | 6F | D0 | 6 | 2F | 0 | 12 | 124 | 33 | 3F |
| Octal | 303 | 157 | 320 | 6 | 57 | 0 | 22 | 444 | 63 | 77 |
| Binary | 11000011 | 1101111 | 11010000 | 110 | 101111 | 0 | 10010 | 100100100 | 110011 | 111111 |
Color Harmonies of #C36FD0
Complementary color
Monochromatic Colors of #C36FD0
Black with #C36FD0
Text Example
Text Example
White with #C36FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FD0; }
p { color: rgb(195,111,208); }
H1.HeaderClassName
{
color: #C36FD0;
}
.AnyTagClassName
{
color: #C36FD0;
}
</style>
background-color css
<style>
a { background-color: #C36FD0; }
a { background-color: rgb(195,111,208); }
div.DivClassName
{
background-color: #C36FD0;
}
.BgClassName
{
background-color: #C36FD0;
}
</style>
border-color css
<style>
span { border-color: #C36FD0; }
span { border-color: rgb(195,111,208); }
td.TdClassName
{
border-color: #C36FD0;
}
.TagClassName
{
border-color: #C36FD0;
}
</style>