Shades of Orchid #D267CD
Tints of Orchid #D267CD
RGB
CMYK
RGB Variations
Color information
#D267CD (or 0xD267CD) is known color: Orchid. HEX triplet: D2, 67 and CD. RGB value is (210,103,205). Sum of RGB (Red+Green+Blue) = 210+103+205=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D267CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267CD is #2D9832. Grayscale: #929292. Windows color (decimal): -2988083 or 13461458. OLE color: 13461458.
HSL color Cylindrical-coordinate representation of color #D267CD: hue angle of 302.8º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D267CD is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 205 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.18 |
| HSL | 302.8º | 0.54% | 0.61% | - |
| HSV(B) | 302.8º | 0.51% | 0.82% | - |
| XYZ | 42.45 | 27.81 | 60.89 | - |
| YUV | 146.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 205 | 0 | 0.51 | 0.02 | 0.18 | 302.8 | 0.54 | 0.61 |
| Hex | D2 | 67 | CD | 0 | 33 | 2 | 12 | 12F | 36 | 3D |
| Octal | 322 | 147 | 315 | 0 | 63 | 2 | 22 | 457 | 66 | 75 |
| Binary | 11010010 | 1100111 | 11001101 | 0 | 110011 | 10 | 10010 | 100101111 | 110110 | 111101 |
Color Harmonies of #D267CD
Complementary color
Monochromatic Colors of #D267CD
Black with #D267CD
Text Example
Text Example
White with #D267CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267CD; }
p { color: rgb(210,103,205); }
H1.HeaderClassName
{
color: #D267CD;
}
.AnyTagClassName
{
color: #D267CD;
}
</style>
background-color css
<style>
a { background-color: #D267CD; }
a { background-color: rgb(210,103,205); }
div.DivClassName
{
background-color: #D267CD;
}
.BgClassName
{
background-color: #D267CD;
}
</style>
border-color css
<style>
span { border-color: #D267CD; }
span { border-color: rgb(210,103,205); }
td.TdClassName
{
border-color: #D267CD;
}
.TagClassName
{
border-color: #D267CD;
}
</style>