Shades of Orchid #D466D5
Tints of Orchid #D466D5
RGB
CMYK
RGB Variations
Color information
#D466D5 (or 0xD466D5) is known color: Orchid. HEX triplet: D4, 66 and D5. RGB value is (212,102,213). Sum of RGB (Red+Green+Blue) = 212+102+213=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #D466D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466D5 is #2B992A. Grayscale: #939393. Windows color (decimal): -2857259 or 13985492. OLE color: 13985492.
HSL color Cylindrical-coordinate representation of color #D466D5: hue angle of 299.46º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466D5 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 102 | 213 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.16 |
| HSL | 299.46º | 0.57% | 0.62% | - |
| HSV(B) | 299.46º | 0.52% | 0.84% | - |
| XYZ | 43.91 | 28.3 | 66.1 | - |
| YUV | 147.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 213 | 0.00 | 0.52 | 0 | 0.16 | 299.46 | 0.57 | 0.62 |
| Hex | D4 | 66 | D5 | 0 | 34 | 0 | 10 | 12B | 39 | 3E |
| Octal | 324 | 146 | 325 | 0 | 64 | 0 | 20 | 453 | 71 | 76 |
| Binary | 11010100 | 1100110 | 11010101 | 0 | 110100 | 0 | 10000 | 100101011 | 111001 | 111110 |
Color Harmonies of #D466D5
Complementary color
Monochromatic Colors of #D466D5
Black with #D466D5
Text Example
Text Example
White with #D466D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466D5; }
p { color: rgb(212,102,213); }
H1.HeaderClassName
{
color: #D466D5;
}
.AnyTagClassName
{
color: #D466D5;
}
</style>
background-color css
<style>
a { background-color: #D466D5; }
a { background-color: rgb(212,102,213); }
div.DivClassName
{
background-color: #D466D5;
}
.BgClassName
{
background-color: #D466D5;
}
</style>
border-color css
<style>
span { border-color: #D466D5; }
span { border-color: rgb(212,102,213); }
td.TdClassName
{
border-color: #D466D5;
}
.TagClassName
{
border-color: #D466D5;
}
</style>