Shades of Orchid #D782CF
Tints of Orchid #D782CF
RGB
CMYK
RGB Variations
Color information
#D782CF (or 0xD782CF) is known color: Orchid. HEX triplet: D7, 82 and CF. RGB value is (215,130,207). Sum of RGB (Red+Green+Blue) = 215+130+207=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D782CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782CF is #287D30. Grayscale: #A3A3A3. Windows color (decimal): -2653489 or 13599447. OLE color: 13599447.
HSL color Cylindrical-coordinate representation of color #D782CF: hue angle of 305.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782CF is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 207 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.16 |
| HSL | 305.65º | 0.52% | 0.68% | - |
| HSV(B) | 305.65º | 0.4% | 0.84% | - |
| XYZ | 47.27 | 34.92 | 63.28 | - |
| YUV | 164.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 207 | 0 | 0.40 | 0.04 | 0.16 | 305.65 | 0.52 | 0.68 |
| Hex | D7 | 82 | CF | 0 | 28 | 4 | 10 | 132 | 34 | 44 |
| Octal | 327 | 202 | 317 | 0 | 50 | 4 | 20 | 462 | 64 | 104 |
| Binary | 11010111 | 10000010 | 11001111 | 0 | 101000 | 100 | 10000 | 100110010 | 110100 | 1000100 |
Color Harmonies of #D782CF
Complementary color
Monochromatic Colors of #D782CF
Black with #D782CF
Text Example
Text Example
White with #D782CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D782CF; }
p { color: rgb(215,130,207); }
H1.HeaderClassName
{
color: #D782CF;
}
.AnyTagClassName
{
color: #D782CF;
}
</style>
background-color css
<style>
a { background-color: #D782CF; }
a { background-color: rgb(215,130,207); }
div.DivClassName
{
background-color: #D782CF;
}
.BgClassName
{
background-color: #D782CF;
}
</style>
border-color css
<style>
span { border-color: #D782CF; }
span { border-color: rgb(215,130,207); }
td.TdClassName
{
border-color: #D782CF;
}
.TagClassName
{
border-color: #D782CF;
}
</style>