Shades of Medium Orchid #C467DC
Tints of Medium Orchid #C467DC
RGB
CMYK
RGB Variations
Color information
#C467DC (or 0xC467DC) is known color: Medium Orchid. HEX triplet: C4, 67 and DC. RGB value is (196,103,220). Sum of RGB (Red+Green+Blue) = 196+103+220=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #C467DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467DC is #3B9823. Grayscale: #8F8F8F. Windows color (decimal): -3905572 or 14444484. OLE color: 14444484.
HSL color Cylindrical-coordinate representation of color #C467DC: hue angle of 287.69º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C467DC is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 103 | 220 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.14 |
| HSL | 287.69º | 0.63% | 0.63% | - |
| HSV(B) | 287.69º | 0.53% | 0.86% | - |
| XYZ | 40.53 | 26.6 | 70.71 | - |
| YUV | 144.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 220 | 0.11 | 0.53 | 0 | 0.14 | 287.69 | 0.63 | 0.63 |
| Hex | C4 | 67 | DC | B | 35 | 0 | E | 120 | 3F | 3F |
| Octal | 304 | 147 | 334 | 13 | 65 | 0 | 16 | 440 | 77 | 77 |
| Binary | 11000100 | 1100111 | 11011100 | 1011 | 110101 | 0 | 1110 | 100100000 | 111111 | 111111 |
Color Harmonies of #C467DC
Complementary color
Monochromatic Colors of #C467DC
Black with #C467DC
Text Example
Text Example
White with #C467DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467DC; }
p { color: rgb(196,103,220); }
H1.HeaderClassName
{
color: #C467DC;
}
.AnyTagClassName
{
color: #C467DC;
}
</style>
background-color css
<style>
a { background-color: #C467DC; }
a { background-color: rgb(196,103,220); }
div.DivClassName
{
background-color: #C467DC;
}
.BgClassName
{
background-color: #C467DC;
}
</style>
border-color css
<style>
span { border-color: #C467DC; }
span { border-color: rgb(196,103,220); }
td.TdClassName
{
border-color: #C467DC;
}
.TagClassName
{
border-color: #C467DC;
}
</style>