Shades of Medium Orchid #C367E4
Tints of Medium Orchid #C367E4
RGB
CMYK
RGB Variations
Color information
#C367E4 (or 0xC367E4) is known color: Medium Orchid. HEX triplet: C3, 67 and E4. RGB value is (195,103,228). Sum of RGB (Red+Green+Blue) = 195+103+228=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #C367E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367E4 is #3C981B. Grayscale: #909090. Windows color (decimal): -3971100 or 14968771. OLE color: 14968771.
HSL color Cylindrical-coordinate representation of color #C367E4: hue angle of 284.16º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C367E4 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 103 | 228 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.11 |
| HSL | 284.16º | 0.7% | 0.65% | - |
| HSV(B) | 284.16º | 0.55% | 0.89% | - |
| XYZ | 41.36 | 26.9 | 76.41 | - |
| YUV | 144.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 228 | 0.14 | 0.55 | 0 | 0.11 | 284.16 | 0.7 | 0.65 |
| Hex | C3 | 67 | E4 | E | 37 | 0 | B | 11C | 46 | 41 |
| Octal | 303 | 147 | 344 | 16 | 67 | 0 | 13 | 434 | 106 | 101 |
| Binary | 11000011 | 1100111 | 11100100 | 1110 | 110111 | 0 | 1011 | 100011100 | 1000110 | 1000001 |
Color Harmonies of #C367E4
Complementary color
Monochromatic Colors of #C367E4
Black with #C367E4
Text Example
Text Example
White with #C367E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367E4; }
p { color: rgb(195,103,228); }
H1.HeaderClassName
{
color: #C367E4;
}
.AnyTagClassName
{
color: #C367E4;
}
</style>
background-color css
<style>
a { background-color: #C367E4; }
a { background-color: rgb(195,103,228); }
div.DivClassName
{
background-color: #C367E4;
}
.BgClassName
{
background-color: #C367E4;
}
</style>
border-color css
<style>
span { border-color: #C367E4; }
span { border-color: rgb(195,103,228); }
td.TdClassName
{
border-color: #C367E4;
}
.TagClassName
{
border-color: #C367E4;
}
</style>