Shades of Medium Orchid #C267E1
Tints of Medium Orchid #C267E1
RGB
CMYK
RGB Variations
Color information
#C267E1 (or 0xC267E1) is known color: Medium Orchid. HEX triplet: C2, 67 and E1. RGB value is (194,103,225). Sum of RGB (Red+Green+Blue) = 194+103+225=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #C267E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267E1 is #3D981E. Grayscale: #8F8F8F. Windows color (decimal): -4036639 or 14772162. OLE color: 14772162.
HSL color Cylindrical-coordinate representation of color #C267E1: hue angle of 284.75º 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 #C267E1 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 103 | 225 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.12 |
| HSL | 284.75º | 0.67% | 0.64% | - |
| HSV(B) | 284.75º | 0.54% | 0.88% | - |
| XYZ | 40.69 | 26.61 | 74.23 | - |
| YUV | 144.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 225 | 0.14 | 0.54 | 0 | 0.12 | 284.75 | 0.67 | 0.64 |
| Hex | C2 | 67 | E1 | E | 36 | 0 | C | 11D | 43 | 40 |
| Octal | 302 | 147 | 341 | 16 | 66 | 0 | 14 | 435 | 103 | 100 |
| Binary | 11000010 | 1100111 | 11100001 | 1110 | 110110 | 0 | 1100 | 100011101 | 1000011 | 1000000 |
Color Harmonies of #C267E1
Complementary color
Monochromatic Colors of #C267E1
Black with #C267E1
Text Example
Text Example
White with #C267E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267E1; }
p { color: rgb(194,103,225); }
H1.HeaderClassName
{
color: #C267E1;
}
.AnyTagClassName
{
color: #C267E1;
}
</style>
background-color css
<style>
a { background-color: #C267E1; }
a { background-color: rgb(194,103,225); }
div.DivClassName
{
background-color: #C267E1;
}
.BgClassName
{
background-color: #C267E1;
}
</style>
border-color css
<style>
span { border-color: #C267E1; }
span { border-color: rgb(194,103,225); }
td.TdClassName
{
border-color: #C267E1;
}
.TagClassName
{
border-color: #C267E1;
}
</style>