Shades of Medium Orchid #C467EB
Tints of Medium Orchid #C467EB
RGB
CMYK
RGB Variations
Color information
#C467EB (or 0xC467EB) is known color: Medium Orchid. HEX triplet: C4, 67 and EB. RGB value is (196,103,235). Sum of RGB (Red+Green+Blue) = 196+103+235=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #C467EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C467EB is #3B9814. Grayscale: #919191. Windows color (decimal): -3905557 or 15427524. OLE color: 15427524.
HSL color Cylindrical-coordinate representation of color #C467EB: hue angle of 282.27º degrees, saturation: 0.77, 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 #C467EB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 103 | 235 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.08 |
| HSL | 282.27º | 0.77% | 0.66% | - |
| HSV(B) | 282.27º | 0.56% | 0.92% | - |
| XYZ | 42.61 | 27.43 | 81.65 | - |
| YUV | 145.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 235 | 0.17 | 0.56 | 0 | 0.08 | 282.27 | 0.77 | 0.66 |
| Hex | C4 | 67 | EB | 11 | 38 | 0 | 8 | 11A | 4D | 42 |
| Octal | 304 | 147 | 353 | 21 | 70 | 0 | 10 | 432 | 115 | 102 |
| Binary | 11000100 | 1100111 | 11101011 | 10001 | 111000 | 0 | 1000 | 100011010 | 1001101 | 1000010 |
Color Harmonies of #C467EB
Complementary color
Monochromatic Colors of #C467EB
Black with #C467EB
Text Example
Text Example
White with #C467EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467EB; }
p { color: rgb(196,103,235); }
H1.HeaderClassName
{
color: #C467EB;
}
.AnyTagClassName
{
color: #C467EB;
}
</style>
background-color css
<style>
a { background-color: #C467EB; }
a { background-color: rgb(196,103,235); }
div.DivClassName
{
background-color: #C467EB;
}
.BgClassName
{
background-color: #C467EB;
}
</style>
border-color css
<style>
span { border-color: #C467EB; }
span { border-color: rgb(196,103,235); }
td.TdClassName
{
border-color: #C467EB;
}
.TagClassName
{
border-color: #C467EB;
}
</style>