Shades of Medium Orchid #C167EE
Tints of Medium Orchid #C167EE
RGB
CMYK
RGB Variations
Color information
#C167EE (or 0xC167EE) is known color: Medium Orchid. HEX triplet: C1, 67 and EE. RGB value is (193,103,238). Sum of RGB (Red+Green+Blue) = 193+103+238=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #C167EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C167EE is #3E9811. Grayscale: #909090. Windows color (decimal): -4102162 or 15624129. OLE color: 15624129.
HSL color Cylindrical-coordinate representation of color #C167EE: hue angle of 280º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C167EE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 103 | 238 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.07 |
| HSL | 280º | 0.8% | 0.67% | - |
| HSV(B) | 280º | 0.57% | 0.93% | - |
| XYZ | 42.28 | 27.21 | 83.91 | - |
| YUV | 145.3 | 180.32 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 238 | 0.19 | 0.57 | 0 | 0.07 | 280 | 0.8 | 0.67 |
| Hex | C1 | 67 | EE | 13 | 39 | 0 | 7 | 118 | 50 | 43 |
| Octal | 301 | 147 | 356 | 23 | 71 | 0 | 7 | 430 | 120 | 103 |
| Binary | 11000001 | 1100111 | 11101110 | 10011 | 111001 | 0 | 111 | 100011000 | 1010000 | 1000011 |
Color Harmonies of #C167EE
Complementary color
Monochromatic Colors of #C167EE
Black with #C167EE
Text Example
Text Example
White with #C167EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167EE; }
p { color: rgb(193,103,238); }
H1.HeaderClassName
{
color: #C167EE;
}
.AnyTagClassName
{
color: #C167EE;
}
</style>
background-color css
<style>
a { background-color: #C167EE; }
a { background-color: rgb(193,103,238); }
div.DivClassName
{
background-color: #C167EE;
}
.BgClassName
{
background-color: #C167EE;
}
</style>
border-color css
<style>
span { border-color: #C167EE; }
span { border-color: rgb(193,103,238); }
td.TdClassName
{
border-color: #C167EE;
}
.TagClassName
{
border-color: #C167EE;
}
</style>