Shades of Medium Orchid #C36ECF
Tints of Medium Orchid #C36ECF
RGB
CMYK
RGB Variations
Color information
#C36ECF (or 0xC36ECF) is known color: Medium Orchid. HEX triplet: C3, 6E and CF. RGB value is (195,110,207). Sum of RGB (Red+Green+Blue) = 195+110+207=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #C36ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ECF is #3C9130. Grayscale: #929292. Windows color (decimal): -3969329 or 13594307. OLE color: 13594307.
HSL color Cylindrical-coordinate representation of color #C36ECF: hue angle of 292.58º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36ECF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 110 | 207 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.19 |
| HSL | 292.58º | 0.5% | 0.62% | - |
| HSV(B) | 292.58º | 0.47% | 0.81% | - |
| XYZ | 39.34 | 27.26 | 62.22 | - |
| YUV | 146.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 207 | 0.06 | 0.47 | 0 | 0.19 | 292.58 | 0.5 | 0.62 |
| Hex | C3 | 6E | CF | 6 | 2F | 0 | 13 | 125 | 32 | 3E |
| Octal | 303 | 156 | 317 | 6 | 57 | 0 | 23 | 445 | 62 | 76 |
| Binary | 11000011 | 1101110 | 11001111 | 110 | 101111 | 0 | 10011 | 100100101 | 110010 | 111110 |
Color Harmonies of #C36ECF
Complementary color
Monochromatic Colors of #C36ECF
Black with #C36ECF
Text Example
Text Example
White with #C36ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36ECF; }
p { color: rgb(195,110,207); }
H1.HeaderClassName
{
color: #C36ECF;
}
.AnyTagClassName
{
color: #C36ECF;
}
</style>
background-color css
<style>
a { background-color: #C36ECF; }
a { background-color: rgb(195,110,207); }
div.DivClassName
{
background-color: #C36ECF;
}
.BgClassName
{
background-color: #C36ECF;
}
</style>
border-color css
<style>
span { border-color: #C36ECF; }
span { border-color: rgb(195,110,207); }
td.TdClassName
{
border-color: #C36ECF;
}
.TagClassName
{
border-color: #C36ECF;
}
</style>