Shades of Medium Orchid #C367EC
Tints of Medium Orchid #C367EC
RGB
CMYK
RGB Variations
Color information
#C367EC (or 0xC367EC) is known color: Medium Orchid. HEX triplet: C3, 67 and EC. RGB value is (195,103,236). Sum of RGB (Red+Green+Blue) = 195+103+236=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #C367EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C367EC is #3C9813. Grayscale: #919191. Windows color (decimal): -3971092 or 15493059. OLE color: 15493059.
HSL color Cylindrical-coordinate representation of color #C367EC: hue angle of 281.5º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C367EC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 103 | 236 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.07 |
| HSL | 281.5º | 0.78% | 0.66% | - |
| HSV(B) | 281.5º | 0.56% | 0.93% | - |
| XYZ | 42.5 | 27.36 | 82.4 | - |
| YUV | 145.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 236 | 0.17 | 0.56 | 0 | 0.07 | 281.5 | 0.78 | 0.66 |
| Hex | C3 | 67 | EC | 11 | 38 | 0 | 7 | 11A | 4E | 42 |
| Octal | 303 | 147 | 354 | 21 | 70 | 0 | 7 | 432 | 116 | 102 |
| Binary | 11000011 | 1100111 | 11101100 | 10001 | 111000 | 0 | 111 | 100011010 | 1001110 | 1000010 |
Color Harmonies of #C367EC
Complementary color
Monochromatic Colors of #C367EC
Black with #C367EC
Text Example
Text Example
White with #C367EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367EC; }
p { color: rgb(195,103,236); }
H1.HeaderClassName
{
color: #C367EC;
}
.AnyTagClassName
{
color: #C367EC;
}
</style>
background-color css
<style>
a { background-color: #C367EC; }
a { background-color: rgb(195,103,236); }
div.DivClassName
{
background-color: #C367EC;
}
.BgClassName
{
background-color: #C367EC;
}
</style>
border-color css
<style>
span { border-color: #C367EC; }
span { border-color: rgb(195,103,236); }
td.TdClassName
{
border-color: #C367EC;
}
.TagClassName
{
border-color: #C367EC;
}
</style>