Shades of Orchid #D07FC0
Tints of Orchid #D07FC0
RGB
CMYK
RGB Variations
Color information
#D07FC0 (or 0xD07FC0) is known color: Orchid. HEX triplet: D0, 7F and C0. RGB value is (208,127,192). Sum of RGB (Red+Green+Blue) = 208+127+192=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC0 is #2F803F. Grayscale: #9E9E9E. Windows color (decimal): -3113024 or 12615632. OLE color: 12615632.
HSL color Cylindrical-coordinate representation of color #D07FC0: hue angle of 311.85º 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 #D07FC0 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 192 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.18 |
| HSL | 311.85º | 0.46% | 0.66% | - |
| HSV(B) | 311.85º | 0.39% | 0.82% | - |
| XYZ | 43.12 | 32.39 | 53.85 | - |
| YUV | 158.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 192 | 0 | 0.39 | 0.08 | 0.18 | 311.85 | 0.46 | 0.66 |
| Hex | D0 | 7F | C0 | 0 | 27 | 8 | 12 | 138 | 2E | 42 |
| Octal | 320 | 177 | 300 | 0 | 47 | 10 | 22 | 470 | 56 | 102 |
| Binary | 11010000 | 1111111 | 11000000 | 0 | 100111 | 1000 | 10010 | 100111000 | 101110 | 1000010 |
Color Harmonies of #D07FC0
Complementary color
Monochromatic Colors of #D07FC0
Black with #D07FC0
Text Example
Text Example
White with #D07FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FC0; }
p { color: rgb(208,127,192); }
H1.HeaderClassName
{
color: #D07FC0;
}
.AnyTagClassName
{
color: #D07FC0;
}
</style>
background-color css
<style>
a { background-color: #D07FC0; }
a { background-color: rgb(208,127,192); }
div.DivClassName
{
background-color: #D07FC0;
}
.BgClassName
{
background-color: #D07FC0;
}
</style>
border-color css
<style>
span { border-color: #D07FC0; }
span { border-color: rgb(208,127,192); }
td.TdClassName
{
border-color: #D07FC0;
}
.TagClassName
{
border-color: #D07FC0;
}
</style>