Shades of Orchid #D267C8
Tints of Orchid #D267C8
RGB
CMYK
RGB Variations
Color information
#D267C8 (or 0xD267C8) is known color: Orchid. HEX triplet: D2, 67 and C8. RGB value is (210,103,200). Sum of RGB (Red+Green+Blue) = 210+103+200=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D267C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267C8 is #2D9837. Grayscale: #919191. Windows color (decimal): -2988088 or 13133778. OLE color: 13133778.
HSL color Cylindrical-coordinate representation of color #D267C8: hue angle of 305.61º 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 #D267C8 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 200 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.18 |
| HSL | 305.61º | 0.54% | 0.61% | - |
| HSV(B) | 305.61º | 0.51% | 0.82% | - |
| XYZ | 41.85 | 27.57 | 57.76 | - |
| YUV | 146.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 200 | 0 | 0.51 | 0.05 | 0.18 | 305.61 | 0.54 | 0.61 |
| Hex | D2 | 67 | C8 | 0 | 33 | 5 | 12 | 132 | 36 | 3D |
| Octal | 322 | 147 | 310 | 0 | 63 | 5 | 22 | 462 | 66 | 75 |
| Binary | 11010010 | 1100111 | 11001000 | 0 | 110011 | 101 | 10010 | 100110010 | 110110 | 111101 |
Color Harmonies of #D267C8
Complementary color
Monochromatic Colors of #D267C8
Black with #D267C8
Text Example
Text Example
White with #D267C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267C8; }
p { color: rgb(210,103,200); }
H1.HeaderClassName
{
color: #D267C8;
}
.AnyTagClassName
{
color: #D267C8;
}
</style>
background-color css
<style>
a { background-color: #D267C8; }
a { background-color: rgb(210,103,200); }
div.DivClassName
{
background-color: #D267C8;
}
.BgClassName
{
background-color: #D267C8;
}
</style>
border-color css
<style>
span { border-color: #D267C8; }
span { border-color: rgb(210,103,200); }
td.TdClassName
{
border-color: #D267C8;
}
.TagClassName
{
border-color: #D267C8;
}
</style>