Shades of Orchid #D466C0
Tints of Orchid #D466C0
RGB
CMYK
RGB Variations
Color information
#D466C0 (or 0xD466C0) is known color: Orchid. HEX triplet: D4, 66 and C0. RGB value is (212,102,192). Sum of RGB (Red+Green+Blue) = 212+102+192=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D466C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466C0 is #2B993F. Grayscale: #909090. Windows color (decimal): -2857280 or 12609236. OLE color: 12609236.
HSL color Cylindrical-coordinate representation of color #D466C0: hue angle of 310.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466C0 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 192 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.17 |
| HSL | 310.91º | 0.56% | 0.62% | - |
| HSV(B) | 310.91º | 0.52% | 0.83% | - |
| XYZ | 41.42 | 27.31 | 52.96 | - |
| YUV | 145.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 192 | 0 | 0.52 | 0.09 | 0.17 | 310.91 | 0.56 | 0.62 |
| Hex | D4 | 66 | C0 | 0 | 34 | 9 | 11 | 137 | 38 | 3E |
| Octal | 324 | 146 | 300 | 0 | 64 | 11 | 21 | 467 | 70 | 76 |
| Binary | 11010100 | 1100110 | 11000000 | 0 | 110100 | 1001 | 10001 | 100110111 | 111000 | 111110 |
Color Harmonies of #D466C0
Complementary color
Monochromatic Colors of #D466C0
Black with #D466C0
Text Example
Text Example
White with #D466C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466C0; }
p { color: rgb(212,102,192); }
H1.HeaderClassName
{
color: #D466C0;
}
.AnyTagClassName
{
color: #D466C0;
}
</style>
background-color css
<style>
a { background-color: #D466C0; }
a { background-color: rgb(212,102,192); }
div.DivClassName
{
background-color: #D466C0;
}
.BgClassName
{
background-color: #D466C0;
}
</style>
border-color css
<style>
span { border-color: #D466C0; }
span { border-color: rgb(212,102,192); }
td.TdClassName
{
border-color: #D466C0;
}
.TagClassName
{
border-color: #D466C0;
}
</style>