Shades of Medium Orchid #C36FDE
Tints of Medium Orchid #C36FDE
RGB
CMYK
RGB Variations
Color information
#C36FDE (or 0xC36FDE) is known color: Medium Orchid. HEX triplet: C3, 6F and DE. RGB value is (195,111,222). Sum of RGB (Red+Green+Blue) = 195+111+222=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #C36FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FDE is #3C9021. Grayscale: #949494. Windows color (decimal): -3969058 or 14577603. OLE color: 14577603.
HSL color Cylindrical-coordinate representation of color #C36FDE: hue angle of 285.41º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36FDE is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 111 | 222 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.13 |
| HSL | 285.41º | 0.63% | 0.65% | - |
| HSV(B) | 285.41º | 0.5% | 0.87% | - |
| XYZ | 41.37 | 28.24 | 72.38 | - |
| YUV | 148.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 222 | 0.12 | 0.5 | 0 | 0.13 | 285.41 | 0.63 | 0.65 |
| Hex | C3 | 6F | DE | C | 32 | 0 | D | 11D | 3F | 41 |
| Octal | 303 | 157 | 336 | 14 | 62 | 0 | 15 | 435 | 77 | 101 |
| Binary | 11000011 | 1101111 | 11011110 | 1100 | 110010 | 0 | 1101 | 100011101 | 111111 | 1000001 |
Color Harmonies of #C36FDE
Complementary color
Monochromatic Colors of #C36FDE
Black with #C36FDE
Text Example
Text Example
White with #C36FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FDE; }
p { color: rgb(195,111,222); }
H1.HeaderClassName
{
color: #C36FDE;
}
.AnyTagClassName
{
color: #C36FDE;
}
</style>
background-color css
<style>
a { background-color: #C36FDE; }
a { background-color: rgb(195,111,222); }
div.DivClassName
{
background-color: #C36FDE;
}
.BgClassName
{
background-color: #C36FDE;
}
</style>
border-color css
<style>
span { border-color: #C36FDE; }
span { border-color: rgb(195,111,222); }
td.TdClassName
{
border-color: #C36FDE;
}
.TagClassName
{
border-color: #C36FDE;
}
</style>