Shades of Orchid #D07CCB
Tints of Orchid #D07CCB
RGB
CMYK
RGB Variations
Color information
#D07CCB (or 0xD07CCB) is known color: Orchid. HEX triplet: D0, 7C and CB. RGB value is (208,124,203). Sum of RGB (Red+Green+Blue) = 208+124+203=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CCB is #2F8334. Grayscale: #9D9D9D. Windows color (decimal): -3113781 or 13335760. OLE color: 13335760.
HSL color Cylindrical-coordinate representation of color #D07CCB: hue angle of 303.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07CCB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 203 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.18 |
| HSL | 303.57º | 0.47% | 0.65% | - |
| HSV(B) | 303.57º | 0.4% | 0.82% | - |
| XYZ | 44 | 32.14 | 60.38 | - |
| YUV | 158.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 203 | 0 | 0.40 | 0.02 | 0.18 | 303.57 | 0.47 | 0.65 |
| Hex | D0 | 7C | CB | 0 | 28 | 2 | 12 | 130 | 2F | 41 |
| Octal | 320 | 174 | 313 | 0 | 50 | 2 | 22 | 460 | 57 | 101 |
| Binary | 11010000 | 1111100 | 11001011 | 0 | 101000 | 10 | 10010 | 100110000 | 101111 | 1000001 |
Color Harmonies of #D07CCB
Complementary color
Monochromatic Colors of #D07CCB
Black with #D07CCB
Text Example
Text Example
White with #D07CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CCB; }
p { color: rgb(208,124,203); }
H1.HeaderClassName
{
color: #D07CCB;
}
.AnyTagClassName
{
color: #D07CCB;
}
</style>
background-color css
<style>
a { background-color: #D07CCB; }
a { background-color: rgb(208,124,203); }
div.DivClassName
{
background-color: #D07CCB;
}
.BgClassName
{
background-color: #D07CCB;
}
</style>
border-color css
<style>
span { border-color: #D07CCB; }
span { border-color: rgb(208,124,203); }
td.TdClassName
{
border-color: #D07CCB;
}
.TagClassName
{
border-color: #D07CCB;
}
</style>