Shades of Medium Orchid #C467D4
Tints of Medium Orchid #C467D4
RGB
CMYK
RGB Variations
Color information
#C467D4 (or 0xC467D4) is known color: Medium Orchid. HEX triplet: C4, 67 and D4. RGB value is (196,103,212). Sum of RGB (Red+Green+Blue) = 196+103+212=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #C467D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467D4 is #3B982B. Grayscale: #8E8E8E. Windows color (decimal): -3905580 or 13920196. OLE color: 13920196.
HSL color Cylindrical-coordinate representation of color #C467D4: hue angle of 291.19º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C467D4 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 103 | 212 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.17 |
| HSL | 291.19º | 0.56% | 0.62% | - |
| HSV(B) | 291.19º | 0.51% | 0.83% | - |
| XYZ | 39.5 | 26.19 | 65.26 | - |
| YUV | 143.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 212 | 0.08 | 0.51 | 0 | 0.17 | 291.19 | 0.56 | 0.62 |
| Hex | C4 | 67 | D4 | 8 | 33 | 0 | 11 | 123 | 38 | 3E |
| Octal | 304 | 147 | 324 | 10 | 63 | 0 | 21 | 443 | 70 | 76 |
| Binary | 11000100 | 1100111 | 11010100 | 1000 | 110011 | 0 | 10001 | 100100011 | 111000 | 111110 |
Color Harmonies of #C467D4
Complementary color
Monochromatic Colors of #C467D4
Black with #C467D4
Text Example
Text Example
White with #C467D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467D4; }
p { color: rgb(196,103,212); }
H1.HeaderClassName
{
color: #C467D4;
}
.AnyTagClassName
{
color: #C467D4;
}
</style>
background-color css
<style>
a { background-color: #C467D4; }
a { background-color: rgb(196,103,212); }
div.DivClassName
{
background-color: #C467D4;
}
.BgClassName
{
background-color: #C467D4;
}
</style>
border-color css
<style>
span { border-color: #C467D4; }
span { border-color: rgb(196,103,212); }
td.TdClassName
{
border-color: #C467D4;
}
.TagClassName
{
border-color: #C467D4;
}
</style>