Shades of Orchid #D265D6
Tints of Orchid #D265D6
RGB
CMYK
RGB Variations
Color information
#D265D6 (or 0xD265D6) is known color: Orchid. HEX triplet: D2, 65 and D6. RGB value is (210,101,214). Sum of RGB (Red+Green+Blue) = 210+101+214=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #D265D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265D6 is #2D9A29. Grayscale: #929292. Windows color (decimal): -2988586 or 14050770. OLE color: 14050770.
HSL color Cylindrical-coordinate representation of color #D265D6: hue angle of 297.88º degrees, saturation: 0.58, 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 #D265D6 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 101 | 214 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.16 |
| HSL | 297.88º | 0.58% | 0.62% | - |
| HSV(B) | 297.88º | 0.53% | 0.84% | - |
| XYZ | 43.37 | 27.86 | 66.71 | - |
| YUV | 146.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 214 | 0.02 | 0.53 | 0 | 0.16 | 297.88 | 0.58 | 0.62 |
| Hex | D2 | 65 | D6 | 2 | 35 | 0 | 10 | 12A | 3A | 3E |
| Octal | 322 | 145 | 326 | 2 | 65 | 0 | 20 | 452 | 72 | 76 |
| Binary | 11010010 | 1100101 | 11010110 | 10 | 110101 | 0 | 10000 | 100101010 | 111010 | 111110 |
Color Harmonies of #D265D6
Complementary color
Monochromatic Colors of #D265D6
Black with #D265D6
Text Example
Text Example
White with #D265D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265D6; }
p { color: rgb(210,101,214); }
H1.HeaderClassName
{
color: #D265D6;
}
.AnyTagClassName
{
color: #D265D6;
}
</style>
background-color css
<style>
a { background-color: #D265D6; }
a { background-color: rgb(210,101,214); }
div.DivClassName
{
background-color: #D265D6;
}
.BgClassName
{
background-color: #D265D6;
}
</style>
border-color css
<style>
span { border-color: #D265D6; }
span { border-color: rgb(210,101,214); }
td.TdClassName
{
border-color: #D265D6;
}
.TagClassName
{
border-color: #D265D6;
}
</style>