Shades of Orchid #D267D6
Tints of Orchid #D267D6
RGB
CMYK
RGB Variations
Color information
#D267D6 (or 0xD267D6) is known color: Orchid. HEX triplet: D2, 67 and D6. RGB value is (210,103,214). Sum of RGB (Red+Green+Blue) = 210+103+214=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #D267D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267D6 is #2D9829. Grayscale: #939393. Windows color (decimal): -2988074 or 14051282. OLE color: 14051282.
HSL color Cylindrical-coordinate representation of color #D267D6: hue angle of 297.84º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D267D6 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 103 | 214 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.16 |
| HSL | 297.84º | 0.58% | 0.62% | - |
| HSV(B) | 297.84º | 0.52% | 0.84% | - |
| XYZ | 43.57 | 28.26 | 66.78 | - |
| YUV | 147.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 214 | 0.02 | 0.52 | 0 | 0.16 | 297.84 | 0.58 | 0.62 |
| Hex | D2 | 67 | D6 | 2 | 34 | 0 | 10 | 12A | 3A | 3E |
| Octal | 322 | 147 | 326 | 2 | 64 | 0 | 20 | 452 | 72 | 76 |
| Binary | 11010010 | 1100111 | 11010110 | 10 | 110100 | 0 | 10000 | 100101010 | 111010 | 111110 |
Color Harmonies of #D267D6
Complementary color
Monochromatic Colors of #D267D6
Black with #D267D6
Text Example
Text Example
White with #D267D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267D6; }
p { color: rgb(210,103,214); }
H1.HeaderClassName
{
color: #D267D6;
}
.AnyTagClassName
{
color: #D267D6;
}
</style>
background-color css
<style>
a { background-color: #D267D6; }
a { background-color: rgb(210,103,214); }
div.DivClassName
{
background-color: #D267D6;
}
.BgClassName
{
background-color: #D267D6;
}
</style>
border-color css
<style>
span { border-color: #D267D6; }
span { border-color: rgb(210,103,214); }
td.TdClassName
{
border-color: #D267D6;
}
.TagClassName
{
border-color: #D267D6;
}
</style>