Shades of Medium Orchid #C167D5
Tints of Medium Orchid #C167D5
RGB
CMYK
RGB Variations
Color information
#C167D5 (or 0xC167D5) is known color: Medium Orchid. HEX triplet: C1, 67 and D5. RGB value is (193,103,213). Sum of RGB (Red+Green+Blue) = 193+103+213=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #C167D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167D5 is #3E982A. Grayscale: #8E8E8E. Windows color (decimal): -4102187 or 13985729. OLE color: 13985729.
HSL color Cylindrical-coordinate representation of color #C167D5: hue angle of 289.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C167D5 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 103 | 213 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.16 |
| HSL | 289.09º | 0.57% | 0.62% | - |
| HSV(B) | 289.09º | 0.52% | 0.84% | - |
| XYZ | 38.85 | 25.84 | 65.89 | - |
| YUV | 142.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 213 | 0.09 | 0.52 | 0 | 0.16 | 289.09 | 0.57 | 0.62 |
| Hex | C1 | 67 | D5 | 9 | 34 | 0 | 10 | 121 | 39 | 3E |
| Octal | 301 | 147 | 325 | 11 | 64 | 0 | 20 | 441 | 71 | 76 |
| Binary | 11000001 | 1100111 | 11010101 | 1001 | 110100 | 0 | 10000 | 100100001 | 111001 | 111110 |
Color Harmonies of #C167D5
Complementary color
Monochromatic Colors of #C167D5
Black with #C167D5
Text Example
Text Example
White with #C167D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167D5; }
p { color: rgb(193,103,213); }
H1.HeaderClassName
{
color: #C167D5;
}
.AnyTagClassName
{
color: #C167D5;
}
</style>
background-color css
<style>
a { background-color: #C167D5; }
a { background-color: rgb(193,103,213); }
div.DivClassName
{
background-color: #C167D5;
}
.BgClassName
{
background-color: #C167D5;
}
</style>
border-color css
<style>
span { border-color: #C167D5; }
span { border-color: rgb(193,103,213); }
td.TdClassName
{
border-color: #C167D5;
}
.TagClassName
{
border-color: #C167D5;
}
</style>