Shades of Orchid #D07FC1
Tints of Orchid #D07FC1
RGB
CMYK
RGB Variations
Color information
#D07FC1 (or 0xD07FC1) is known color: Orchid. HEX triplet: D0, 7F and C1. RGB value is (208,127,193). Sum of RGB (Red+Green+Blue) = 208+127+193=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC1 is #2F803E. Grayscale: #9E9E9E. Windows color (decimal): -3113023 or 12681168. OLE color: 12681168.
HSL color Cylindrical-coordinate representation of color #D07FC1: hue angle of 311.11º 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 #D07FC1 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 193 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.18 |
| HSL | 311.11º | 0.46% | 0.66% | - |
| HSV(B) | 311.11º | 0.39% | 0.82% | - |
| XYZ | 43.23 | 32.44 | 54.44 | - |
| YUV | 158.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 193 | 0 | 0.39 | 0.07 | 0.18 | 311.11 | 0.46 | 0.66 |
| Hex | D0 | 7F | C1 | 0 | 27 | 7 | 12 | 137 | 2E | 42 |
| Octal | 320 | 177 | 301 | 0 | 47 | 7 | 22 | 467 | 56 | 102 |
| Binary | 11010000 | 1111111 | 11000001 | 0 | 100111 | 111 | 10010 | 100110111 | 101110 | 1000010 |
Color Harmonies of #D07FC1
Complementary color
Monochromatic Colors of #D07FC1
Black with #D07FC1
Text Example
Text Example
White with #D07FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FC1; }
p { color: rgb(208,127,193); }
H1.HeaderClassName
{
color: #D07FC1;
}
.AnyTagClassName
{
color: #D07FC1;
}
</style>
background-color css
<style>
a { background-color: #D07FC1; }
a { background-color: rgb(208,127,193); }
div.DivClassName
{
background-color: #D07FC1;
}
.BgClassName
{
background-color: #D07FC1;
}
</style>
border-color css
<style>
span { border-color: #D07FC1; }
span { border-color: rgb(208,127,193); }
td.TdClassName
{
border-color: #D07FC1;
}
.TagClassName
{
border-color: #D07FC1;
}
</style>