Shades of Orchid #D26BC7
Tints of Orchid #D26BC7
RGB
CMYK
RGB Variations
Color information
#D26BC7 (or 0xD26BC7) is known color: Orchid. HEX triplet: D2, 6B and C7. RGB value is (210,107,199). Sum of RGB (Red+Green+Blue) = 210+107+199=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BC7 is #2D9438. Grayscale: #949494. Windows color (decimal): -2987065 or 13069266. OLE color: 13069266.
HSL color Cylindrical-coordinate representation of color #D26BC7: hue angle of 306.41º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26BC7 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 199 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.18 |
| HSL | 306.41º | 0.53% | 0.62% | - |
| HSV(B) | 306.41º | 0.49% | 0.82% | - |
| XYZ | 42.14 | 28.34 | 57.28 | - |
| YUV | 148.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 199 | 0 | 0.49 | 0.05 | 0.18 | 306.41 | 0.53 | 0.62 |
| Hex | D2 | 6B | C7 | 0 | 31 | 5 | 12 | 132 | 35 | 3E |
| Octal | 322 | 153 | 307 | 0 | 61 | 5 | 22 | 462 | 65 | 76 |
| Binary | 11010010 | 1101011 | 11000111 | 0 | 110001 | 101 | 10010 | 100110010 | 110101 | 111110 |
Color Harmonies of #D26BC7
Complementary color
Monochromatic Colors of #D26BC7
Black with #D26BC7
Text Example
Text Example
White with #D26BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BC7; }
p { color: rgb(210,107,199); }
H1.HeaderClassName
{
color: #D26BC7;
}
.AnyTagClassName
{
color: #D26BC7;
}
</style>
background-color css
<style>
a { background-color: #D26BC7; }
a { background-color: rgb(210,107,199); }
div.DivClassName
{
background-color: #D26BC7;
}
.BgClassName
{
background-color: #D26BC7;
}
</style>
border-color css
<style>
span { border-color: #D26BC7; }
span { border-color: rgb(210,107,199); }
td.TdClassName
{
border-color: #D26BC7;
}
.TagClassName
{
border-color: #D26BC7;
}
</style>