Shades of Orchid #D267C5
Tints of Orchid #D267C5
RGB
CMYK
RGB Variations
Color information
#D267C5 (or 0xD267C5) is known color: Orchid. HEX triplet: D2, 67 and C5. RGB value is (210,103,197). Sum of RGB (Red+Green+Blue) = 210+103+197=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D267C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267C5 is #2D983A. Grayscale: #919191. Windows color (decimal): -2988091 or 12937170. OLE color: 12937170.
HSL color Cylindrical-coordinate representation of color #D267C5: hue angle of 307.29º 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 #D267C5 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 197 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.18 |
| HSL | 307.29º | 0.54% | 0.61% | - |
| HSV(B) | 307.29º | 0.51% | 0.82% | - |
| XYZ | 41.51 | 27.43 | 55.93 | - |
| YUV | 145.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 197 | 0 | 0.51 | 0.06 | 0.18 | 307.29 | 0.54 | 0.61 |
| Hex | D2 | 67 | C5 | 0 | 33 | 6 | 12 | 133 | 36 | 3D |
| Octal | 322 | 147 | 305 | 0 | 63 | 6 | 22 | 463 | 66 | 75 |
| Binary | 11010010 | 1100111 | 11000101 | 0 | 110011 | 110 | 10010 | 100110011 | 110110 | 111101 |
Color Harmonies of #D267C5
Complementary color
Monochromatic Colors of #D267C5
Black with #D267C5
Text Example
Text Example
White with #D267C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267C5; }
p { color: rgb(210,103,197); }
H1.HeaderClassName
{
color: #D267C5;
}
.AnyTagClassName
{
color: #D267C5;
}
</style>
background-color css
<style>
a { background-color: #D267C5; }
a { background-color: rgb(210,103,197); }
div.DivClassName
{
background-color: #D267C5;
}
.BgClassName
{
background-color: #D267C5;
}
</style>
border-color css
<style>
span { border-color: #D267C5; }
span { border-color: rgb(210,103,197); }
td.TdClassName
{
border-color: #D267C5;
}
.TagClassName
{
border-color: #D267C5;
}
</style>