Shades of Medium Orchid #C467DD
Tints of Medium Orchid #C467DD
RGB
CMYK
RGB Variations
Color information
#C467DD (or 0xC467DD) is known color: Medium Orchid. HEX triplet: C4, 67 and DD. RGB value is (196,103,221). Sum of RGB (Red+Green+Blue) = 196+103+221=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C467DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467DD is #3B9822. Grayscale: #8F8F8F. Windows color (decimal): -3905571 or 14510020. OLE color: 14510020.
HSL color Cylindrical-coordinate representation of color #C467DD: hue angle of 287.29º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C467DD is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 103 | 221 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.13 |
| HSL | 287.29º | 0.63% | 0.64% | - |
| HSV(B) | 287.29º | 0.53% | 0.87% | - |
| XYZ | 40.67 | 26.66 | 71.41 | - |
| YUV | 144.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 221 | 0.11 | 0.53 | 0 | 0.13 | 287.29 | 0.63 | 0.64 |
| Hex | C4 | 67 | DD | B | 35 | 0 | D | 11F | 3F | 40 |
| Octal | 304 | 147 | 335 | 13 | 65 | 0 | 15 | 437 | 77 | 100 |
| Binary | 11000100 | 1100111 | 11011101 | 1011 | 110101 | 0 | 1101 | 100011111 | 111111 | 1000000 |
Color Harmonies of #C467DD
Complementary color
Monochromatic Colors of #C467DD
Black with #C467DD
Text Example
Text Example
White with #C467DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467DD; }
p { color: rgb(196,103,221); }
H1.HeaderClassName
{
color: #C467DD;
}
.AnyTagClassName
{
color: #C467DD;
}
</style>
background-color css
<style>
a { background-color: #C467DD; }
a { background-color: rgb(196,103,221); }
div.DivClassName
{
background-color: #C467DD;
}
.BgClassName
{
background-color: #C467DD;
}
</style>
border-color css
<style>
span { border-color: #C467DD; }
span { border-color: rgb(196,103,221); }
td.TdClassName
{
border-color: #C467DD;
}
.TagClassName
{
border-color: #C467DD;
}
</style>