Shades of Orchid #D265DA
Tints of Orchid #D265DA
RGB
CMYK
RGB Variations
Color information
#D265DA (or 0xD265DA) is known color: Orchid. HEX triplet: D2, 65 and DA. RGB value is (210,101,218). Sum of RGB (Red+Green+Blue) = 210+101+218=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #D265DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265DA is #2D9A25. Grayscale: #929292. Windows color (decimal): -2988582 or 14312914. OLE color: 14312914.
HSL color Cylindrical-coordinate representation of color #D265DA: hue angle of 295.9º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D265DA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 101 | 218 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.15 |
| HSL | 295.9º | 0.61% | 0.63% | - |
| HSV(B) | 295.9º | 0.54% | 0.85% | - |
| XYZ | 43.89 | 28.07 | 69.43 | - |
| YUV | 146.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 218 | 0.04 | 0.54 | 0 | 0.15 | 295.9 | 0.61 | 0.63 |
| Hex | D2 | 65 | DA | 4 | 36 | 0 | F | 128 | 3D | 3F |
| Octal | 322 | 145 | 332 | 4 | 66 | 0 | 17 | 450 | 75 | 77 |
| Binary | 11010010 | 1100101 | 11011010 | 100 | 110110 | 0 | 1111 | 100101000 | 111101 | 111111 |
Color Harmonies of #D265DA
Complementary color
Monochromatic Colors of #D265DA
Black with #D265DA
Text Example
Text Example
White with #D265DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265DA; }
p { color: rgb(210,101,218); }
H1.HeaderClassName
{
color: #D265DA;
}
.AnyTagClassName
{
color: #D265DA;
}
</style>
background-color css
<style>
a { background-color: #D265DA; }
a { background-color: rgb(210,101,218); }
div.DivClassName
{
background-color: #D265DA;
}
.BgClassName
{
background-color: #D265DA;
}
</style>
border-color css
<style>
span { border-color: #D265DA; }
span { border-color: rgb(210,101,218); }
td.TdClassName
{
border-color: #D265DA;
}
.TagClassName
{
border-color: #D265DA;
}
</style>