Shades of Medium Orchid #C467DB
Tints of Medium Orchid #C467DB
RGB
CMYK
RGB Variations
Color information
#C467DB (or 0xC467DB) is known color: Medium Orchid. HEX triplet: C4, 67 and DB. RGB value is (196,103,219). Sum of RGB (Red+Green+Blue) = 196+103+219=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #C467DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467DB is #3B9824. Grayscale: #8F8F8F. Windows color (decimal): -3905573 or 14378948. OLE color: 14378948.
HSL color Cylindrical-coordinate representation of color #C467DB: hue angle of 288.1º degrees, saturation: 0.62, 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 #C467DB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 103 | 219 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.14 |
| HSL | 288.1º | 0.62% | 0.63% | - |
| HSV(B) | 288.1º | 0.53% | 0.86% | - |
| XYZ | 40.4 | 26.55 | 70.01 | - |
| YUV | 144.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 219 | 0.11 | 0.53 | 0 | 0.14 | 288.1 | 0.62 | 0.63 |
| Hex | C4 | 67 | DB | B | 35 | 0 | E | 120 | 3E | 3F |
| Octal | 304 | 147 | 333 | 13 | 65 | 0 | 16 | 440 | 76 | 77 |
| Binary | 11000100 | 1100111 | 11011011 | 1011 | 110101 | 0 | 1110 | 100100000 | 111110 | 111111 |
Color Harmonies of #C467DB
Complementary color
Monochromatic Colors of #C467DB
Black with #C467DB
Text Example
Text Example
White with #C467DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467DB; }
p { color: rgb(196,103,219); }
H1.HeaderClassName
{
color: #C467DB;
}
.AnyTagClassName
{
color: #C467DB;
}
</style>
background-color css
<style>
a { background-color: #C467DB; }
a { background-color: rgb(196,103,219); }
div.DivClassName
{
background-color: #C467DB;
}
.BgClassName
{
background-color: #C467DB;
}
</style>
border-color css
<style>
span { border-color: #C467DB; }
span { border-color: rgb(196,103,219); }
td.TdClassName
{
border-color: #C467DB;
}
.TagClassName
{
border-color: #C467DB;
}
</style>