Shades of Orchid #D467C5
Tints of Orchid #D467C5
RGB
CMYK
RGB Variations
Color information
#D467C5 (or 0xD467C5) is known color: Orchid. HEX triplet: D4, 67 and C5. RGB value is (212,103,197). Sum of RGB (Red+Green+Blue) = 212+103+197=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D467C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467C5 is #2B983A. Grayscale: #929292. Windows color (decimal): -2857019 or 12937172. OLE color: 12937172.
HSL color Cylindrical-coordinate representation of color #D467C5: hue angle of 308.26º 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 #D467C5 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 197 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.17 |
| HSL | 308.26º | 0.56% | 0.62% | - |
| HSV(B) | 308.26º | 0.51% | 0.83% | - |
| XYZ | 42.08 | 27.73 | 55.96 | - |
| YUV | 146.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 197 | 0 | 0.51 | 0.07 | 0.17 | 308.26 | 0.56 | 0.62 |
| Hex | D4 | 67 | C5 | 0 | 33 | 7 | 11 | 134 | 38 | 3E |
| Octal | 324 | 147 | 305 | 0 | 63 | 7 | 21 | 464 | 70 | 76 |
| Binary | 11010100 | 1100111 | 11000101 | 0 | 110011 | 111 | 10001 | 100110100 | 111000 | 111110 |
Color Harmonies of #D467C5
Complementary color
Monochromatic Colors of #D467C5
Black with #D467C5
Text Example
Text Example
White with #D467C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D467C5; }
p { color: rgb(212,103,197); }
H1.HeaderClassName
{
color: #D467C5;
}
.AnyTagClassName
{
color: #D467C5;
}
</style>
background-color css
<style>
a { background-color: #D467C5; }
a { background-color: rgb(212,103,197); }
div.DivClassName
{
background-color: #D467C5;
}
.BgClassName
{
background-color: #D467C5;
}
</style>
border-color css
<style>
span { border-color: #D467C5; }
span { border-color: rgb(212,103,197); }
td.TdClassName
{
border-color: #D467C5;
}
.TagClassName
{
border-color: #D467C5;
}
</style>