Shades of Orchid #D07FCB
Tints of Orchid #D07FCB
RGB
CMYK
RGB Variations
Color information
#D07FCB (or 0xD07FCB) is known color: Orchid. HEX triplet: D0, 7F and CB. RGB value is (208,127,203). Sum of RGB (Red+Green+Blue) = 208+127+203=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FCB is #2F8034. Grayscale: #9F9F9F. Windows color (decimal): -3113013 or 13336528. OLE color: 13336528.
HSL color Cylindrical-coordinate representation of color #D07FCB: hue angle of 303.7º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FCB is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 203 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.18 |
| HSL | 303.7º | 0.46% | 0.66% | - |
| HSV(B) | 303.7º | 0.39% | 0.82% | - |
| XYZ | 44.38 | 32.9 | 60.51 | - |
| YUV | 159.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 203 | 0 | 0.39 | 0.02 | 0.18 | 303.7 | 0.46 | 0.66 |
| Hex | D0 | 7F | CB | 0 | 27 | 2 | 12 | 130 | 2E | 42 |
| Octal | 320 | 177 | 313 | 0 | 47 | 2 | 22 | 460 | 56 | 102 |
| Binary | 11010000 | 1111111 | 11001011 | 0 | 100111 | 10 | 10010 | 100110000 | 101110 | 1000010 |
Color Harmonies of #D07FCB
Complementary color
Monochromatic Colors of #D07FCB
Black with #D07FCB
Text Example
Text Example
White with #D07FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FCB; }
p { color: rgb(208,127,203); }
H1.HeaderClassName
{
color: #D07FCB;
}
.AnyTagClassName
{
color: #D07FCB;
}
</style>
background-color css
<style>
a { background-color: #D07FCB; }
a { background-color: rgb(208,127,203); }
div.DivClassName
{
background-color: #D07FCB;
}
.BgClassName
{
background-color: #D07FCB;
}
</style>
border-color css
<style>
span { border-color: #D07FCB; }
span { border-color: rgb(208,127,203); }
td.TdClassName
{
border-color: #D07FCB;
}
.TagClassName
{
border-color: #D07FCB;
}
</style>