Shades of Medium Orchid #C36EE4
Tints of Medium Orchid #C36EE4
RGB
CMYK
RGB Variations
Color information
#C36EE4 (or 0xC36EE4) is known color: Medium Orchid. HEX triplet: C3, 6E and E4. RGB value is (195,110,228). Sum of RGB (Red+Green+Blue) = 195+110+228=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #C36EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EE4 is #3C911B. Grayscale: #949494. Windows color (decimal): -3969308 or 14970563. OLE color: 14970563.
HSL color Cylindrical-coordinate representation of color #C36EE4: hue angle of 283.22º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36EE4 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 110 | 228 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.11 |
| HSL | 283.22º | 0.69% | 0.66% | - |
| HSV(B) | 283.22º | 0.52% | 0.89% | - |
| XYZ | 42.09 | 28.36 | 76.65 | - |
| YUV | 148.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 228 | 0.14 | 0.52 | 0 | 0.11 | 283.22 | 0.69 | 0.66 |
| Hex | C3 | 6E | E4 | E | 34 | 0 | B | 11B | 45 | 42 |
| Octal | 303 | 156 | 344 | 16 | 64 | 0 | 13 | 433 | 105 | 102 |
| Binary | 11000011 | 1101110 | 11100100 | 1110 | 110100 | 0 | 1011 | 100011011 | 1000101 | 1000010 |
Color Harmonies of #C36EE4
Complementary color
Monochromatic Colors of #C36EE4
Black with #C36EE4
Text Example
Text Example
White with #C36EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EE4; }
p { color: rgb(195,110,228); }
H1.HeaderClassName
{
color: #C36EE4;
}
.AnyTagClassName
{
color: #C36EE4;
}
</style>
background-color css
<style>
a { background-color: #C36EE4; }
a { background-color: rgb(195,110,228); }
div.DivClassName
{
background-color: #C36EE4;
}
.BgClassName
{
background-color: #C36EE4;
}
</style>
border-color css
<style>
span { border-color: #C36EE4; }
span { border-color: rgb(195,110,228); }
td.TdClassName
{
border-color: #C36EE4;
}
.TagClassName
{
border-color: #C36EE4;
}
</style>