Shades of Orchid #D269DA
Tints of Orchid #D269DA
RGB
CMYK
RGB Variations
Color information
#D269DA (or 0xD269DA) is known color: Orchid. HEX triplet: D2, 69 and DA. RGB value is (210,105,218). Sum of RGB (Red+Green+Blue) = 210+105+218=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #D269DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269DA is #2D9625. Grayscale: #949494. Windows color (decimal): -2987558 or 14313938. OLE color: 14313938.
HSL color Cylindrical-coordinate representation of color #D269DA: hue angle of 295.75º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D269DA is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 105 | 218 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.15 |
| HSL | 295.75º | 0.6% | 0.63% | - |
| HSV(B) | 295.75º | 0.52% | 0.85% | - |
| XYZ | 44.28 | 28.87 | 69.57 | - |
| YUV | 149.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 218 | 0.04 | 0.52 | 0 | 0.15 | 295.75 | 0.6 | 0.63 |
| Hex | D2 | 69 | DA | 4 | 34 | 0 | F | 128 | 3C | 3F |
| Octal | 322 | 151 | 332 | 4 | 64 | 0 | 17 | 450 | 74 | 77 |
| Binary | 11010010 | 1101001 | 11011010 | 100 | 110100 | 0 | 1111 | 100101000 | 111100 | 111111 |
Color Harmonies of #D269DA
Complementary color
Monochromatic Colors of #D269DA
Black with #D269DA
Text Example
Text Example
White with #D269DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269DA; }
p { color: rgb(210,105,218); }
H1.HeaderClassName
{
color: #D269DA;
}
.AnyTagClassName
{
color: #D269DA;
}
</style>
background-color css
<style>
a { background-color: #D269DA; }
a { background-color: rgb(210,105,218); }
div.DivClassName
{
background-color: #D269DA;
}
.BgClassName
{
background-color: #D269DA;
}
</style>
border-color css
<style>
span { border-color: #D269DA; }
span { border-color: rgb(210,105,218); }
td.TdClassName
{
border-color: #D269DA;
}
.TagClassName
{
border-color: #D269DA;
}
</style>