Shades of Orchid #D269C0
Tints of Orchid #D269C0
RGB
CMYK
RGB Variations
Color information
#D269C0 (or 0xD269C0) is known color: Orchid. HEX triplet: D2, 69 and C0. RGB value is (210,105,192). Sum of RGB (Red+Green+Blue) = 210+105+192=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D269C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269C0 is #2D963F. Grayscale: #929292. Windows color (decimal): -2987584 or 12610002. OLE color: 12610002.
HSL color Cylindrical-coordinate representation of color #D269C0: hue angle of 310.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 #D269C0 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 192 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.18 |
| HSL | 310.29º | 0.54% | 0.62% | - |
| HSV(B) | 310.29º | 0.5% | 0.82% | - |
| XYZ | 41.14 | 27.61 | 53.03 | - |
| YUV | 146.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 192 | 0 | 0.50 | 0.09 | 0.18 | 310.29 | 0.54 | 0.62 |
| Hex | D2 | 69 | C0 | 0 | 32 | 9 | 12 | 136 | 36 | 3E |
| Octal | 322 | 151 | 300 | 0 | 62 | 11 | 22 | 466 | 66 | 76 |
| Binary | 11010010 | 1101001 | 11000000 | 0 | 110010 | 1001 | 10010 | 100110110 | 110110 | 111110 |
Color Harmonies of #D269C0
Complementary color
Monochromatic Colors of #D269C0
Black with #D269C0
Text Example
Text Example
White with #D269C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269C0; }
p { color: rgb(210,105,192); }
H1.HeaderClassName
{
color: #D269C0;
}
.AnyTagClassName
{
color: #D269C0;
}
</style>
background-color css
<style>
a { background-color: #D269C0; }
a { background-color: rgb(210,105,192); }
div.DivClassName
{
background-color: #D269C0;
}
.BgClassName
{
background-color: #D269C0;
}
</style>
border-color css
<style>
span { border-color: #D269C0; }
span { border-color: rgb(210,105,192); }
td.TdClassName
{
border-color: #D269C0;
}
.TagClassName
{
border-color: #D269C0;
}
</style>