Shades of Orchid #D467C6
Tints of Orchid #D467C6
RGB
CMYK
RGB Variations
Color information
#D467C6 (or 0xD467C6) is known color: Orchid. HEX triplet: D4, 67 and C6. RGB value is (212,103,198). Sum of RGB (Red+Green+Blue) = 212+103+198=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D467C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467C6 is #2B9839. Grayscale: #929292. Windows color (decimal): -2857018 or 13002708. OLE color: 13002708.
HSL color Cylindrical-coordinate representation of color #D467C6: hue angle of 307.71º 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 #D467C6 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 198 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.17 |
| HSL | 307.71º | 0.56% | 0.62% | - |
| HSV(B) | 307.71º | 0.51% | 0.83% | - |
| XYZ | 42.19 | 27.77 | 56.56 | - |
| YUV | 146.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 198 | 0 | 0.51 | 0.07 | 0.17 | 307.71 | 0.56 | 0.62 |
| Hex | D4 | 67 | C6 | 0 | 33 | 7 | 11 | 134 | 38 | 3E |
| Octal | 324 | 147 | 306 | 0 | 63 | 7 | 21 | 464 | 70 | 76 |
| Binary | 11010100 | 1100111 | 11000110 | 0 | 110011 | 111 | 10001 | 100110100 | 111000 | 111110 |
Color Harmonies of #D467C6
Complementary color
Monochromatic Colors of #D467C6
Black with #D467C6
Text Example
Text Example
White with #D467C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D467C6; }
p { color: rgb(212,103,198); }
H1.HeaderClassName
{
color: #D467C6;
}
.AnyTagClassName
{
color: #D467C6;
}
</style>
background-color css
<style>
a { background-color: #D467C6; }
a { background-color: rgb(212,103,198); }
div.DivClassName
{
background-color: #D467C6;
}
.BgClassName
{
background-color: #D467C6;
}
</style>
border-color css
<style>
span { border-color: #D467C6; }
span { border-color: rgb(212,103,198); }
td.TdClassName
{
border-color: #D467C6;
}
.TagClassName
{
border-color: #D467C6;
}
</style>