Shades of Orchid #D269CE
Tints of Orchid #D269CE
RGB
CMYK
RGB Variations
Color information
#D269CE (or 0xD269CE) is known color: Orchid. HEX triplet: D2, 69 and CE. RGB value is (210,105,206). Sum of RGB (Red+Green+Blue) = 210+105+206=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D269CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269CE is #2D9631. Grayscale: #939393. Windows color (decimal): -2987570 or 13527506. OLE color: 13527506.
HSL color Cylindrical-coordinate representation of color #D269CE: hue angle of 302.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D269CE is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 206 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.18 |
| HSL | 302.29º | 0.54% | 0.62% | - |
| HSV(B) | 302.29º | 0.5% | 0.82% | - |
| XYZ | 42.77 | 28.26 | 61.59 | - |
| YUV | 147.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 206 | 0 | 0.50 | 0.02 | 0.18 | 302.29 | 0.54 | 0.62 |
| Hex | D2 | 69 | CE | 0 | 32 | 2 | 12 | 12E | 36 | 3E |
| Octal | 322 | 151 | 316 | 0 | 62 | 2 | 22 | 456 | 66 | 76 |
| Binary | 11010010 | 1101001 | 11001110 | 0 | 110010 | 10 | 10010 | 100101110 | 110110 | 111110 |
Color Harmonies of #D269CE
Complementary color
Monochromatic Colors of #D269CE
Black with #D269CE
Text Example
Text Example
White with #D269CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269CE; }
p { color: rgb(210,105,206); }
H1.HeaderClassName
{
color: #D269CE;
}
.AnyTagClassName
{
color: #D269CE;
}
</style>
background-color css
<style>
a { background-color: #D269CE; }
a { background-color: rgb(210,105,206); }
div.DivClassName
{
background-color: #D269CE;
}
.BgClassName
{
background-color: #D269CE;
}
</style>
border-color css
<style>
span { border-color: #D269CE; }
span { border-color: rgb(210,105,206); }
td.TdClassName
{
border-color: #D269CE;
}
.TagClassName
{
border-color: #D269CE;
}
</style>