Shades of Medium Orchid #C36DEA
Tints of Medium Orchid #C36DEA
RGB
CMYK
RGB Variations
Color information
#C36DEA (or 0xC36DEA) is known color: Medium Orchid. HEX triplet: C3, 6D and EA. RGB value is (195,109,234). Sum of RGB (Red+Green+Blue) = 195+109+234=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #C36DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36DEA is #3C9215. Grayscale: #949494. Windows color (decimal): -3969558 or 15363523. OLE color: 15363523.
HSL color Cylindrical-coordinate representation of color #C36DEA: hue angle of 281.28º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C36DEA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 109 | 234 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.08 |
| HSL | 281.28º | 0.75% | 0.67% | - |
| HSV(B) | 281.28º | 0.53% | 0.92% | - |
| XYZ | 42.83 | 28.48 | 81.08 | - |
| YUV | 148.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 234 | 0.17 | 0.53 | 0 | 0.08 | 281.28 | 0.75 | 0.67 |
| Hex | C3 | 6D | EA | 11 | 35 | 0 | 8 | 119 | 4B | 43 |
| Octal | 303 | 155 | 352 | 21 | 65 | 0 | 10 | 431 | 113 | 103 |
| Binary | 11000011 | 1101101 | 11101010 | 10001 | 110101 | 0 | 1000 | 100011001 | 1001011 | 1000011 |
Color Harmonies of #C36DEA
Complementary color
Monochromatic Colors of #C36DEA
Black with #C36DEA
Text Example
Text Example
White with #C36DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DEA; }
p { color: rgb(195,109,234); }
H1.HeaderClassName
{
color: #C36DEA;
}
.AnyTagClassName
{
color: #C36DEA;
}
</style>
background-color css
<style>
a { background-color: #C36DEA; }
a { background-color: rgb(195,109,234); }
div.DivClassName
{
background-color: #C36DEA;
}
.BgClassName
{
background-color: #C36DEA;
}
</style>
border-color css
<style>
span { border-color: #C36DEA; }
span { border-color: rgb(195,109,234); }
td.TdClassName
{
border-color: #C36DEA;
}
.TagClassName
{
border-color: #C36DEA;
}
</style>