Shades of Orchid #D268CB
Tints of Orchid #D268CB
RGB
CMYK
RGB Variations
Color information
#D268CB (or 0xD268CB) is known color: Orchid. HEX triplet: D2, 68 and CB. RGB value is (210,104,203). Sum of RGB (Red+Green+Blue) = 210+104+203=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D268CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268CB is #2D9734. Grayscale: #929292. Windows color (decimal): -2987829 or 13330642. OLE color: 13330642.
HSL color Cylindrical-coordinate representation of color #D268CB: hue angle of 303.96º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268CB is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 203 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.18 |
| HSL | 303.96º | 0.54% | 0.62% | - |
| HSV(B) | 303.96º | 0.5% | 0.82% | - |
| XYZ | 42.31 | 27.91 | 59.66 | - |
| YUV | 146.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 203 | 0 | 0.50 | 0.03 | 0.18 | 303.96 | 0.54 | 0.62 |
| Hex | D2 | 68 | CB | 0 | 32 | 3 | 12 | 130 | 36 | 3E |
| Octal | 322 | 150 | 313 | 0 | 62 | 3 | 22 | 460 | 66 | 76 |
| Binary | 11010010 | 1101000 | 11001011 | 0 | 110010 | 11 | 10010 | 100110000 | 110110 | 111110 |
Color Harmonies of #D268CB
Complementary color
Monochromatic Colors of #D268CB
Black with #D268CB
Text Example
Text Example
White with #D268CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268CB; }
p { color: rgb(210,104,203); }
H1.HeaderClassName
{
color: #D268CB;
}
.AnyTagClassName
{
color: #D268CB;
}
</style>
background-color css
<style>
a { background-color: #D268CB; }
a { background-color: rgb(210,104,203); }
div.DivClassName
{
background-color: #D268CB;
}
.BgClassName
{
background-color: #D268CB;
}
</style>
border-color css
<style>
span { border-color: #D268CB; }
span { border-color: rgb(210,104,203); }
td.TdClassName
{
border-color: #D268CB;
}
.TagClassName
{
border-color: #D268CB;
}
</style>