Shades of Orchid #D07CC3
Tints of Orchid #D07CC3
RGB
CMYK
RGB Variations
Color information
#D07CC3 (or 0xD07CC3) is known color: Orchid. HEX triplet: D0, 7C and C3. RGB value is (208,124,195). Sum of RGB (Red+Green+Blue) = 208+124+195=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CC3 is #2F833C. Grayscale: #9D9D9D. Windows color (decimal): -3113789 or 12811472. OLE color: 12811472.
HSL color Cylindrical-coordinate representation of color #D07CC3: hue angle of 309.29º 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 #D07CC3 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 195 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.18 |
| HSL | 309.29º | 0.47% | 0.65% | - |
| HSV(B) | 309.29º | 0.4% | 0.82% | - |
| XYZ | 43.07 | 31.77 | 55.49 | - |
| YUV | 157.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 195 | 0 | 0.40 | 0.06 | 0.18 | 309.29 | 0.47 | 0.65 |
| Hex | D0 | 7C | C3 | 0 | 28 | 6 | 12 | 135 | 2F | 41 |
| Octal | 320 | 174 | 303 | 0 | 50 | 6 | 22 | 465 | 57 | 101 |
| Binary | 11010000 | 1111100 | 11000011 | 0 | 101000 | 110 | 10010 | 100110101 | 101111 | 1000001 |
Color Harmonies of #D07CC3
Complementary color
Monochromatic Colors of #D07CC3
Black with #D07CC3
Text Example
Text Example
White with #D07CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CC3; }
p { color: rgb(208,124,195); }
H1.HeaderClassName
{
color: #D07CC3;
}
.AnyTagClassName
{
color: #D07CC3;
}
</style>
background-color css
<style>
a { background-color: #D07CC3; }
a { background-color: rgb(208,124,195); }
div.DivClassName
{
background-color: #D07CC3;
}
.BgClassName
{
background-color: #D07CC3;
}
</style>
border-color css
<style>
span { border-color: #D07CC3; }
span { border-color: rgb(208,124,195); }
td.TdClassName
{
border-color: #D07CC3;
}
.TagClassName
{
border-color: #D07CC3;
}
</style>