Shades of Medium Orchid #C167EA
Tints of Medium Orchid #C167EA
RGB
CMYK
RGB Variations
Color information
#C167EA (or 0xC167EA) is known color: Medium Orchid. HEX triplet: C1, 67 and EA. RGB value is (193,103,234). Sum of RGB (Red+Green+Blue) = 193+103+234=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #C167EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C167EA is #3E9815. Grayscale: #909090. Windows color (decimal): -4102166 or 15361985. OLE color: 15361985.
HSL color Cylindrical-coordinate representation of color #C167EA: hue angle of 281.22º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C167EA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 103 | 234 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.08 |
| HSL | 281.22º | 0.76% | 0.66% | - |
| HSV(B) | 281.22º | 0.56% | 0.92% | - |
| XYZ | 41.69 | 26.98 | 80.85 | - |
| YUV | 144.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 234 | 0.18 | 0.56 | 0 | 0.08 | 281.22 | 0.76 | 0.66 |
| Hex | C1 | 67 | EA | 12 | 38 | 0 | 8 | 119 | 4C | 42 |
| Octal | 301 | 147 | 352 | 22 | 70 | 0 | 10 | 431 | 114 | 102 |
| Binary | 11000001 | 1100111 | 11101010 | 10010 | 111000 | 0 | 1000 | 100011001 | 1001100 | 1000010 |
Color Harmonies of #C167EA
Complementary color
Monochromatic Colors of #C167EA
Black with #C167EA
Text Example
Text Example
White with #C167EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167EA; }
p { color: rgb(193,103,234); }
H1.HeaderClassName
{
color: #C167EA;
}
.AnyTagClassName
{
color: #C167EA;
}
</style>
background-color css
<style>
a { background-color: #C167EA; }
a { background-color: rgb(193,103,234); }
div.DivClassName
{
background-color: #C167EA;
}
.BgClassName
{
background-color: #C167EA;
}
</style>
border-color css
<style>
span { border-color: #C167EA; }
span { border-color: rgb(193,103,234); }
td.TdClassName
{
border-color: #C167EA;
}
.TagClassName
{
border-color: #C167EA;
}
</style>