Shades of Orchid #D269E8
Tints of Orchid #D269E8
RGB
CMYK
RGB Variations
Color information
#D269E8 (or 0xD269E8) is known color: Orchid. HEX triplet: D2, 69 and E8. RGB value is (210,105,232). Sum of RGB (Red+Green+Blue) = 210+105+232=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #D269E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D269E8 is #2D9617. Grayscale: #969696. Windows color (decimal): -2987544 or 15231442. OLE color: 15231442.
HSL color Cylindrical-coordinate representation of color #D269E8: hue angle of 289.61º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D269E8 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 105 | 232 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.09 |
| HSL | 289.61º | 0.73% | 0.66% | - |
| HSV(B) | 289.61º | 0.55% | 0.91% | - |
| XYZ | 46.2 | 29.63 | 79.63 | - |
| YUV | 150.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 232 | 0.09 | 0.55 | 0 | 0.09 | 289.61 | 0.73 | 0.66 |
| Hex | D2 | 69 | E8 | 9 | 37 | 0 | 9 | 122 | 49 | 42 |
| Octal | 322 | 151 | 350 | 11 | 67 | 0 | 11 | 442 | 111 | 102 |
| Binary | 11010010 | 1101001 | 11101000 | 1001 | 110111 | 0 | 1001 | 100100010 | 1001001 | 1000010 |
Color Harmonies of #D269E8
Complementary color
Monochromatic Colors of #D269E8
Black with #D269E8
Text Example
Text Example
White with #D269E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269E8; }
p { color: rgb(210,105,232); }
H1.HeaderClassName
{
color: #D269E8;
}
.AnyTagClassName
{
color: #D269E8;
}
</style>
background-color css
<style>
a { background-color: #D269E8; }
a { background-color: rgb(210,105,232); }
div.DivClassName
{
background-color: #D269E8;
}
.BgClassName
{
background-color: #D269E8;
}
</style>
border-color css
<style>
span { border-color: #D269E8; }
span { border-color: rgb(210,105,232); }
td.TdClassName
{
border-color: #D269E8;
}
.TagClassName
{
border-color: #D269E8;
}
</style>