Shades of Orchid #D07BCB
Tints of Orchid #D07BCB
RGB
CMYK
RGB Variations
Color information
#D07BCB (or 0xD07BCB) is known color: Orchid. HEX triplet: D0, 7B and CB. RGB value is (208,123,203). Sum of RGB (Red+Green+Blue) = 208+123+203=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BCB is #2F8434. Grayscale: #9D9D9D. Windows color (decimal): -3114037 or 13335504. OLE color: 13335504.
HSL color Cylindrical-coordinate representation of color #D07BCB: hue angle of 303.53º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07BCB is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 203 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.18 |
| HSL | 303.53º | 0.47% | 0.65% | - |
| HSV(B) | 303.53º | 0.41% | 0.82% | - |
| XYZ | 43.87 | 31.89 | 60.34 | - |
| YUV | 157.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 203 | 0 | 0.41 | 0.02 | 0.18 | 303.53 | 0.47 | 0.65 |
| Hex | D0 | 7B | CB | 0 | 29 | 2 | 12 | 130 | 2F | 41 |
| Octal | 320 | 173 | 313 | 0 | 51 | 2 | 22 | 460 | 57 | 101 |
| Binary | 11010000 | 1111011 | 11001011 | 0 | 101001 | 10 | 10010 | 100110000 | 101111 | 1000001 |
Color Harmonies of #D07BCB
Complementary color
Monochromatic Colors of #D07BCB
Black with #D07BCB
Text Example
Text Example
White with #D07BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BCB; }
p { color: rgb(208,123,203); }
H1.HeaderClassName
{
color: #D07BCB;
}
.AnyTagClassName
{
color: #D07BCB;
}
</style>
background-color css
<style>
a { background-color: #D07BCB; }
a { background-color: rgb(208,123,203); }
div.DivClassName
{
background-color: #D07BCB;
}
.BgClassName
{
background-color: #D07BCB;
}
</style>
border-color css
<style>
span { border-color: #D07BCB; }
span { border-color: rgb(208,123,203); }
td.TdClassName
{
border-color: #D07BCB;
}
.TagClassName
{
border-color: #D07BCB;
}
</style>