Shades of Orchid #D682CD
Tints of Orchid #D682CD
RGB
CMYK
RGB Variations
Color information
#D682CD (or 0xD682CD) is known color: Orchid. HEX triplet: D6, 82 and CD. RGB value is (214,130,205). Sum of RGB (Red+Green+Blue) = 214+130+205=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D682CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682CD is #297D32. Grayscale: #A3A3A3. Windows color (decimal): -2719027 or 13468374. OLE color: 13468374.
HSL color Cylindrical-coordinate representation of color #D682CD: hue angle of 306.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D682CD is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 205 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.16 |
| HSL | 306.43º | 0.51% | 0.67% | - |
| HSV(B) | 306.43º | 0.39% | 0.84% | - |
| XYZ | 46.73 | 34.67 | 61.99 | - |
| YUV | 163.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 205 | 0 | 0.39 | 0.04 | 0.16 | 306.43 | 0.51 | 0.67 |
| Hex | D6 | 82 | CD | 0 | 27 | 4 | 10 | 132 | 33 | 43 |
| Octal | 326 | 202 | 315 | 0 | 47 | 4 | 20 | 462 | 63 | 103 |
| Binary | 11010110 | 10000010 | 11001101 | 0 | 100111 | 100 | 10000 | 100110010 | 110011 | 1000011 |
Color Harmonies of #D682CD
Complementary color
Monochromatic Colors of #D682CD
Black with #D682CD
Text Example
Text Example
White with #D682CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682CD; }
p { color: rgb(214,130,205); }
H1.HeaderClassName
{
color: #D682CD;
}
.AnyTagClassName
{
color: #D682CD;
}
</style>
background-color css
<style>
a { background-color: #D682CD; }
a { background-color: rgb(214,130,205); }
div.DivClassName
{
background-color: #D682CD;
}
.BgClassName
{
background-color: #D682CD;
}
</style>
border-color css
<style>
span { border-color: #D682CD; }
span { border-color: rgb(214,130,205); }
td.TdClassName
{
border-color: #D682CD;
}
.TagClassName
{
border-color: #D682CD;
}
</style>