Shades of Medium Orchid #C167D4
Tints of Medium Orchid #C167D4
RGB
CMYK
RGB Variations
Color information
#C167D4 (or 0xC167D4) is known color: Medium Orchid. HEX triplet: C1, 67 and D4. RGB value is (193,103,212). Sum of RGB (Red+Green+Blue) = 193+103+212=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #C167D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167D4 is #3E982B. Grayscale: #8D8D8D. Windows color (decimal): -4102188 or 13920193. OLE color: 13920193.
HSL color Cylindrical-coordinate representation of color #C167D4: hue angle of 289.54º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C167D4 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 103 | 212 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.17 |
| HSL | 289.54º | 0.56% | 0.62% | - |
| HSV(B) | 289.54º | 0.51% | 0.83% | - |
| XYZ | 38.73 | 25.79 | 65.22 | - |
| YUV | 142.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 212 | 0.09 | 0.51 | 0 | 0.17 | 289.54 | 0.56 | 0.62 |
| Hex | C1 | 67 | D4 | 9 | 33 | 0 | 11 | 122 | 38 | 3E |
| Octal | 301 | 147 | 324 | 11 | 63 | 0 | 21 | 442 | 70 | 76 |
| Binary | 11000001 | 1100111 | 11010100 | 1001 | 110011 | 0 | 10001 | 100100010 | 111000 | 111110 |
Color Harmonies of #C167D4
Complementary color
Monochromatic Colors of #C167D4
Black with #C167D4
Text Example
Text Example
White with #C167D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167D4; }
p { color: rgb(193,103,212); }
H1.HeaderClassName
{
color: #C167D4;
}
.AnyTagClassName
{
color: #C167D4;
}
</style>
background-color css
<style>
a { background-color: #C167D4; }
a { background-color: rgb(193,103,212); }
div.DivClassName
{
background-color: #C167D4;
}
.BgClassName
{
background-color: #C167D4;
}
</style>
border-color css
<style>
span { border-color: #C167D4; }
span { border-color: rgb(193,103,212); }
td.TdClassName
{
border-color: #C167D4;
}
.TagClassName
{
border-color: #C167D4;
}
</style>