Shades of Orchid #DC82CF
Tints of Orchid #DC82CF
RGB
CMYK
RGB Variations
Color information
#DC82CF (or 0xDC82CF) is known color: Orchid. HEX triplet: DC, 82 and CF. RGB value is (220,130,207). Sum of RGB (Red+Green+Blue) = 220+130+207=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82CF is #237D30. Grayscale: #A5A5A5. Windows color (decimal): -2325809 or 13599452. OLE color: 13599452.
HSL color Cylindrical-coordinate representation of color #DC82CF: hue angle of 308.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82CF is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 207 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.14 |
| HSL | 308.67º | 0.56% | 0.69% | - |
| HSV(B) | 308.67º | 0.41% | 0.86% | - |
| XYZ | 48.76 | 35.69 | 63.35 | - |
| YUV | 165.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 207 | 0 | 0.41 | 0.06 | 0.14 | 308.67 | 0.56 | 0.69 |
| Hex | DC | 82 | CF | 0 | 29 | 6 | E | 135 | 38 | 45 |
| Octal | 334 | 202 | 317 | 0 | 51 | 6 | 16 | 465 | 70 | 105 |
| Binary | 11011100 | 10000010 | 11001111 | 0 | 101001 | 110 | 1110 | 100110101 | 111000 | 1000101 |
Color Harmonies of #DC82CF
Complementary color
Monochromatic Colors of #DC82CF
Black with #DC82CF
Text Example
Text Example
White with #DC82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82CF; }
p { color: rgb(220,130,207); }
H1.HeaderClassName
{
color: #DC82CF;
}
.AnyTagClassName
{
color: #DC82CF;
}
</style>
background-color css
<style>
a { background-color: #DC82CF; }
a { background-color: rgb(220,130,207); }
div.DivClassName
{
background-color: #DC82CF;
}
.BgClassName
{
background-color: #DC82CF;
}
</style>
border-color css
<style>
span { border-color: #DC82CF; }
span { border-color: rgb(220,130,207); }
td.TdClassName
{
border-color: #DC82CF;
}
.TagClassName
{
border-color: #DC82CF;
}
</style>