Shades of Orchid #D07CC1
Tints of Orchid #D07CC1
RGB
CMYK
RGB Variations
Color information
#D07CC1 (or 0xD07CC1) is known color: Orchid. HEX triplet: D0, 7C and C1. RGB value is (208,124,193). Sum of RGB (Red+Green+Blue) = 208+124+193=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CC1 is #2F833E. Grayscale: #9C9C9C. Windows color (decimal): -3113791 or 12680400. OLE color: 12680400.
HSL color Cylindrical-coordinate representation of color #D07CC1: hue angle of 310.71º 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 #D07CC1 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 193 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.18 |
| HSL | 310.71º | 0.47% | 0.65% | - |
| HSV(B) | 310.71º | 0.4% | 0.82% | - |
| XYZ | 42.85 | 31.68 | 54.31 | - |
| YUV | 156.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 193 | 0 | 0.40 | 0.07 | 0.18 | 310.71 | 0.47 | 0.65 |
| Hex | D0 | 7C | C1 | 0 | 28 | 7 | 12 | 137 | 2F | 41 |
| Octal | 320 | 174 | 301 | 0 | 50 | 7 | 22 | 467 | 57 | 101 |
| Binary | 11010000 | 1111100 | 11000001 | 0 | 101000 | 111 | 10010 | 100110111 | 101111 | 1000001 |
Color Harmonies of #D07CC1
Complementary color
Monochromatic Colors of #D07CC1
Black with #D07CC1
Text Example
Text Example
White with #D07CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CC1; }
p { color: rgb(208,124,193); }
H1.HeaderClassName
{
color: #D07CC1;
}
.AnyTagClassName
{
color: #D07CC1;
}
</style>
background-color css
<style>
a { background-color: #D07CC1; }
a { background-color: rgb(208,124,193); }
div.DivClassName
{
background-color: #D07CC1;
}
.BgClassName
{
background-color: #D07CC1;
}
</style>
border-color css
<style>
span { border-color: #D07CC1; }
span { border-color: rgb(208,124,193); }
td.TdClassName
{
border-color: #D07CC1;
}
.TagClassName
{
border-color: #D07CC1;
}
</style>