Shades of Medium Orchid #C467CE
Tints of Medium Orchid #C467CE
RGB
CMYK
RGB Variations
Color information
#C467CE (or 0xC467CE) is known color: Medium Orchid. HEX triplet: C4, 67 and CE. RGB value is (196,103,206). Sum of RGB (Red+Green+Blue) = 196+103+206=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #C467CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467CE is #3B9831. Grayscale: #8E8E8E. Windows color (decimal): -3905586 or 13526980. OLE color: 13526980.
HSL color Cylindrical-coordinate representation of color #C467CE: hue angle of 294.17º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C467CE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 103 | 206 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.19 |
| HSL | 294.17º | 0.51% | 0.61% | - |
| HSV(B) | 294.17º | 0.5% | 0.81% | - |
| XYZ | 38.76 | 25.89 | 61.35 | - |
| YUV | 142.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 206 | 0.05 | 0.50 | 0 | 0.19 | 294.17 | 0.51 | 0.61 |
| Hex | C4 | 67 | CE | 5 | 32 | 0 | 13 | 126 | 33 | 3D |
| Octal | 304 | 147 | 316 | 5 | 62 | 0 | 23 | 446 | 63 | 75 |
| Binary | 11000100 | 1100111 | 11001110 | 101 | 110010 | 0 | 10011 | 100100110 | 110011 | 111101 |
Color Harmonies of #C467CE
Complementary color
Monochromatic Colors of #C467CE
Black with #C467CE
Text Example
Text Example
White with #C467CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467CE; }
p { color: rgb(196,103,206); }
H1.HeaderClassName
{
color: #C467CE;
}
.AnyTagClassName
{
color: #C467CE;
}
</style>
background-color css
<style>
a { background-color: #C467CE; }
a { background-color: rgb(196,103,206); }
div.DivClassName
{
background-color: #C467CE;
}
.BgClassName
{
background-color: #C467CE;
}
</style>
border-color css
<style>
span { border-color: #C467CE; }
span { border-color: rgb(196,103,206); }
td.TdClassName
{
border-color: #C467CE;
}
.TagClassName
{
border-color: #C467CE;
}
</style>