Shades of Medium Orchid #C367E1
Tints of Medium Orchid #C367E1
RGB
CMYK
RGB Variations
Color information
#C367E1 (or 0xC367E1) is known color: Medium Orchid. HEX triplet: C3, 67 and E1. RGB value is (195,103,225). Sum of RGB (Red+Green+Blue) = 195+103+225=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #C367E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367E1 is #3C981E. Grayscale: #909090. Windows color (decimal): -3971103 or 14772163. OLE color: 14772163.
HSL color Cylindrical-coordinate representation of color #C367E1: hue angle of 285.25º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C367E1 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 103 | 225 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.12 |
| HSL | 285.25º | 0.67% | 0.64% | - |
| HSV(B) | 285.25º | 0.54% | 0.88% | - |
| XYZ | 40.95 | 26.74 | 74.24 | - |
| YUV | 144.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 225 | 0.13 | 0.54 | 0 | 0.12 | 285.25 | 0.67 | 0.64 |
| Hex | C3 | 67 | E1 | D | 36 | 0 | C | 11D | 43 | 40 |
| Octal | 303 | 147 | 341 | 15 | 66 | 0 | 14 | 435 | 103 | 100 |
| Binary | 11000011 | 1100111 | 11100001 | 1101 | 110110 | 0 | 1100 | 100011101 | 1000011 | 1000000 |
Color Harmonies of #C367E1
Complementary color
Monochromatic Colors of #C367E1
Black with #C367E1
Text Example
Text Example
White with #C367E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367E1; }
p { color: rgb(195,103,225); }
H1.HeaderClassName
{
color: #C367E1;
}
.AnyTagClassName
{
color: #C367E1;
}
</style>
background-color css
<style>
a { background-color: #C367E1; }
a { background-color: rgb(195,103,225); }
div.DivClassName
{
background-color: #C367E1;
}
.BgClassName
{
background-color: #C367E1;
}
</style>
border-color css
<style>
span { border-color: #C367E1; }
span { border-color: rgb(195,103,225); }
td.TdClassName
{
border-color: #C367E1;
}
.TagClassName
{
border-color: #C367E1;
}
</style>