Shades of Orchid #D26BE4
Tints of Orchid #D26BE4
RGB
CMYK
RGB Variations
Color information
#D26BE4 (or 0xD26BE4) is known color: Orchid. HEX triplet: D2, 6B and E4. RGB value is (210,107,228). Sum of RGB (Red+Green+Blue) = 210+107+228=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #D26BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BE4 is #2D941B. Grayscale: #979797. Windows color (decimal): -2987036 or 14969810. OLE color: 14969810.
HSL color Cylindrical-coordinate representation of color #D26BE4: hue angle of 291.07º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26BE4 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 107 | 228 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.11 |
| HSL | 291.07º | 0.69% | 0.66% | - |
| HSV(B) | 291.07º | 0.53% | 0.89% | - |
| XYZ | 45.84 | 29.82 | 76.74 | - |
| YUV | 151.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 228 | 0.08 | 0.53 | 0 | 0.11 | 291.07 | 0.69 | 0.66 |
| Hex | D2 | 6B | E4 | 8 | 35 | 0 | B | 123 | 45 | 42 |
| Octal | 322 | 153 | 344 | 10 | 65 | 0 | 13 | 443 | 105 | 102 |
| Binary | 11010010 | 1101011 | 11100100 | 1000 | 110101 | 0 | 1011 | 100100011 | 1000101 | 1000010 |
Color Harmonies of #D26BE4
Complementary color
Monochromatic Colors of #D26BE4
Black with #D26BE4
Text Example
Text Example
White with #D26BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BE4; }
p { color: rgb(210,107,228); }
H1.HeaderClassName
{
color: #D26BE4;
}
.AnyTagClassName
{
color: #D26BE4;
}
</style>
background-color css
<style>
a { background-color: #D26BE4; }
a { background-color: rgb(210,107,228); }
div.DivClassName
{
background-color: #D26BE4;
}
.BgClassName
{
background-color: #D26BE4;
}
</style>
border-color css
<style>
span { border-color: #D26BE4; }
span { border-color: rgb(210,107,228); }
td.TdClassName
{
border-color: #D26BE4;
}
.TagClassName
{
border-color: #D26BE4;
}
</style>