Shades of Orchid #D269DC
Tints of Orchid #D269DC
RGB
CMYK
RGB Variations
Color information
#D269DC (or 0xD269DC) is known color: Orchid. HEX triplet: D2, 69 and DC. RGB value is (210,105,220). Sum of RGB (Red+Green+Blue) = 210+105+220=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #D269DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269DC is #2D9623. Grayscale: #959595. Windows color (decimal): -2987556 or 14445010. OLE color: 14445010.
HSL color Cylindrical-coordinate representation of color #D269DC: hue angle of 294.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D269DC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 105 | 220 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.14 |
| HSL | 294.78º | 0.62% | 0.64% | - |
| HSV(B) | 294.78º | 0.52% | 0.86% | - |
| XYZ | 44.55 | 28.97 | 70.95 | - |
| YUV | 149.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 220 | 0.05 | 0.52 | 0 | 0.14 | 294.78 | 0.62 | 0.64 |
| Hex | D2 | 69 | DC | 5 | 34 | 0 | E | 127 | 3E | 40 |
| Octal | 322 | 151 | 334 | 5 | 64 | 0 | 16 | 447 | 76 | 100 |
| Binary | 11010010 | 1101001 | 11011100 | 101 | 110100 | 0 | 1110 | 100100111 | 111110 | 1000000 |
Color Harmonies of #D269DC
Complementary color
Monochromatic Colors of #D269DC
Black with #D269DC
Text Example
Text Example
White with #D269DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269DC; }
p { color: rgb(210,105,220); }
H1.HeaderClassName
{
color: #D269DC;
}
.AnyTagClassName
{
color: #D269DC;
}
</style>
background-color css
<style>
a { background-color: #D269DC; }
a { background-color: rgb(210,105,220); }
div.DivClassName
{
background-color: #D269DC;
}
.BgClassName
{
background-color: #D269DC;
}
</style>
border-color css
<style>
span { border-color: #D269DC; }
span { border-color: rgb(210,105,220); }
td.TdClassName
{
border-color: #D269DC;
}
.TagClassName
{
border-color: #D269DC;
}
</style>