Shades of Orchid #D465D5
Tints of Orchid #D465D5
RGB
CMYK
RGB Variations
Color information
#D465D5 (or 0xD465D5) is known color: Orchid. HEX triplet: D4, 65 and D5. RGB value is (212,101,213). Sum of RGB (Red+Green+Blue) = 212+101+213=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #D465D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465D5 is #2B9A2A. Grayscale: #929292. Windows color (decimal): -2857515 or 13985236. OLE color: 13985236.
HSL color Cylindrical-coordinate representation of color #D465D5: 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.53%. Process color model (Four color, CMYK) of #D465D5 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 101 | 213 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.16 |
| HSL | 299.46º | 0.57% | 0.62% | - |
| HSV(B) | 299.46º | 0.53% | 0.84% | - |
| XYZ | 43.82 | 28.11 | 66.07 | - |
| YUV | 146.96 | 165.27 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 213 | 0.00 | 0.53 | 0 | 0.16 | 299.46 | 0.57 | 0.62 |
| Hex | D4 | 65 | D5 | 0 | 35 | 0 | 10 | 12B | 39 | 3E |
| Octal | 324 | 145 | 325 | 0 | 65 | 0 | 20 | 453 | 71 | 76 |
| Binary | 11010100 | 1100101 | 11010101 | 0 | 110101 | 0 | 10000 | 100101011 | 111001 | 111110 |
Color Harmonies of #D465D5
Complementary color
Monochromatic Colors of #D465D5
Black with #D465D5
Text Example
Text Example
White with #D465D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465D5; }
p { color: rgb(212,101,213); }
H1.HeaderClassName
{
color: #D465D5;
}
.AnyTagClassName
{
color: #D465D5;
}
</style>
background-color css
<style>
a { background-color: #D465D5; }
a { background-color: rgb(212,101,213); }
div.DivClassName
{
background-color: #D465D5;
}
.BgClassName
{
background-color: #D465D5;
}
</style>
border-color css
<style>
span { border-color: #D465D5; }
span { border-color: rgb(212,101,213); }
td.TdClassName
{
border-color: #D465D5;
}
.TagClassName
{
border-color: #D465D5;
}
</style>