Shades of Orchid #D07CCE
Tints of Orchid #D07CCE
RGB
CMYK
RGB Variations
Color information
#D07CCE (or 0xD07CCE) is known color: Orchid. HEX triplet: D0, 7C and CE. RGB value is (208,124,206). Sum of RGB (Red+Green+Blue) = 208+124+206=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CCE is #2F8331. Grayscale: #9E9E9E. Windows color (decimal): -3113778 or 13532368. OLE color: 13532368.
HSL color Cylindrical-coordinate representation of color #D07CCE: hue angle of 301.43º 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 #D07CCE is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 206 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.18 |
| HSL | 301.43º | 0.47% | 0.65% | - |
| HSV(B) | 301.43º | 0.4% | 0.82% | - |
| XYZ | 44.36 | 32.28 | 62.29 | - |
| YUV | 158.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 206 | 0 | 0.40 | 0.01 | 0.18 | 301.43 | 0.47 | 0.65 |
| Hex | D0 | 7C | CE | 0 | 28 | 1 | 12 | 12D | 2F | 41 |
| Octal | 320 | 174 | 316 | 0 | 50 | 1 | 22 | 455 | 57 | 101 |
| Binary | 11010000 | 1111100 | 11001110 | 0 | 101000 | 1 | 10010 | 100101101 | 101111 | 1000001 |
Color Harmonies of #D07CCE
Complementary color
Monochromatic Colors of #D07CCE
Black with #D07CCE
Text Example
Text Example
White with #D07CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CCE; }
p { color: rgb(208,124,206); }
H1.HeaderClassName
{
color: #D07CCE;
}
.AnyTagClassName
{
color: #D07CCE;
}
</style>
background-color css
<style>
a { background-color: #D07CCE; }
a { background-color: rgb(208,124,206); }
div.DivClassName
{
background-color: #D07CCE;
}
.BgClassName
{
background-color: #D07CCE;
}
</style>
border-color css
<style>
span { border-color: #D07CCE; }
span { border-color: rgb(208,124,206); }
td.TdClassName
{
border-color: #D07CCE;
}
.TagClassName
{
border-color: #D07CCE;
}
</style>