Shades of Medium Orchid #C467ED
Tints of Medium Orchid #C467ED
RGB
CMYK
RGB Variations
Color information
#C467ED (or 0xC467ED) is known color: Medium Orchid. HEX triplet: C4, 67 and ED. RGB value is (196,103,237). Sum of RGB (Red+Green+Blue) = 196+103+237=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #C467ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C467ED is #3B9812. Grayscale: #919191. Windows color (decimal): -3905555 or 15558596. OLE color: 15558596.
HSL color Cylindrical-coordinate representation of color #C467ED: hue angle of 281.64º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C467ED is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 103 | 237 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.07 |
| HSL | 281.64º | 0.79% | 0.67% | - |
| HSV(B) | 281.64º | 0.57% | 0.93% | - |
| XYZ | 42.9 | 27.55 | 83.18 | - |
| YUV | 146.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 237 | 0.17 | 0.57 | 0 | 0.07 | 281.64 | 0.79 | 0.67 |
| Hex | C4 | 67 | ED | 11 | 39 | 0 | 7 | 11A | 4F | 43 |
| Octal | 304 | 147 | 355 | 21 | 71 | 0 | 7 | 432 | 117 | 103 |
| Binary | 11000100 | 1100111 | 11101101 | 10001 | 111001 | 0 | 111 | 100011010 | 1001111 | 1000011 |
Color Harmonies of #C467ED
Complementary color
Monochromatic Colors of #C467ED
Black with #C467ED
Text Example
Text Example
White with #C467ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467ED; }
p { color: rgb(196,103,237); }
H1.HeaderClassName
{
color: #C467ED;
}
.AnyTagClassName
{
color: #C467ED;
}
</style>
background-color css
<style>
a { background-color: #C467ED; }
a { background-color: rgb(196,103,237); }
div.DivClassName
{
background-color: #C467ED;
}
.BgClassName
{
background-color: #C467ED;
}
</style>
border-color css
<style>
span { border-color: #C467ED; }
span { border-color: rgb(196,103,237); }
td.TdClassName
{
border-color: #C467ED;
}
.TagClassName
{
border-color: #C467ED;
}
</style>