Shades of Medium Orchid #C467CD
Tints of Medium Orchid #C467CD
RGB
CMYK
RGB Variations
Color information
#C467CD (or 0xC467CD) is known color: Medium Orchid. HEX triplet: C4, 67 and CD. RGB value is (196,103,205). Sum of RGB (Red+Green+Blue) = 196+103+205=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #C467CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467CD is #3B9832. Grayscale: #8E8E8E. Windows color (decimal): -3905587 or 13461444. OLE color: 13461444.
HSL color Cylindrical-coordinate representation of color #C467CD: hue angle of 294.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C467CD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 103 | 205 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.20 |
| HSL | 294.71º | 0.5% | 0.6% | - |
| HSV(B) | 294.71º | 0.5% | 0.8% | - |
| XYZ | 38.63 | 25.84 | 60.71 | - |
| YUV | 142.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 205 | 0.04 | 0.50 | 0 | 0.20 | 294.71 | 0.5 | 0.6 |
| Hex | C4 | 67 | CD | 4 | 32 | 0 | 14 | 127 | 32 | 3C |
| Octal | 304 | 147 | 315 | 4 | 62 | 0 | 24 | 447 | 62 | 74 |
| Binary | 11000100 | 1100111 | 11001101 | 100 | 110010 | 0 | 10100 | 100100111 | 110010 | 111100 |
Color Harmonies of #C467CD
Complementary color
Monochromatic Colors of #C467CD
Black with #C467CD
Text Example
Text Example
White with #C467CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467CD; }
p { color: rgb(196,103,205); }
H1.HeaderClassName
{
color: #C467CD;
}
.AnyTagClassName
{
color: #C467CD;
}
</style>
background-color css
<style>
a { background-color: #C467CD; }
a { background-color: rgb(196,103,205); }
div.DivClassName
{
background-color: #C467CD;
}
.BgClassName
{
background-color: #C467CD;
}
</style>
border-color css
<style>
span { border-color: #C467CD; }
span { border-color: rgb(196,103,205); }
td.TdClassName
{
border-color: #C467CD;
}
.TagClassName
{
border-color: #C467CD;
}
</style>