Shades of Orchid #D267C0
Tints of Orchid #D267C0
RGB
CMYK
RGB Variations
Color information
#D267C0 (or 0xD267C0) is known color: Orchid. HEX triplet: D2, 67 and C0. RGB value is (210,103,192). Sum of RGB (Red+Green+Blue) = 210+103+192=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D267C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267C0 is #2D983F. Grayscale: #909090. Windows color (decimal): -2988096 or 12609490. OLE color: 12609490.
HSL color Cylindrical-coordinate representation of color #D267C0: hue angle of 310.09º 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 #D267C0 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 192 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.18 |
| HSL | 310.09º | 0.54% | 0.61% | - |
| HSV(B) | 310.09º | 0.51% | 0.82% | - |
| XYZ | 40.94 | 27.21 | 52.96 | - |
| YUV | 145.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 192 | 0 | 0.51 | 0.09 | 0.18 | 310.09 | 0.54 | 0.61 |
| Hex | D2 | 67 | C0 | 0 | 33 | 9 | 12 | 136 | 36 | 3D |
| Octal | 322 | 147 | 300 | 0 | 63 | 11 | 22 | 466 | 66 | 75 |
| Binary | 11010010 | 1100111 | 11000000 | 0 | 110011 | 1001 | 10010 | 100110110 | 110110 | 111101 |
Color Harmonies of #D267C0
Complementary color
Monochromatic Colors of #D267C0
Black with #D267C0
Text Example
Text Example
White with #D267C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267C0; }
p { color: rgb(210,103,192); }
H1.HeaderClassName
{
color: #D267C0;
}
.AnyTagClassName
{
color: #D267C0;
}
</style>
background-color css
<style>
a { background-color: #D267C0; }
a { background-color: rgb(210,103,192); }
div.DivClassName
{
background-color: #D267C0;
}
.BgClassName
{
background-color: #D267C0;
}
</style>
border-color css
<style>
span { border-color: #D267C0; }
span { border-color: rgb(210,103,192); }
td.TdClassName
{
border-color: #D267C0;
}
.TagClassName
{
border-color: #D267C0;
}
</style>