Shades of Orchid #D682CE
Tints of Orchid #D682CE
RGB
CMYK
RGB Variations
Color information
#D682CE (or 0xD682CE) is known color: Orchid. HEX triplet: D6, 82 and CE. RGB value is (214,130,206). Sum of RGB (Red+Green+Blue) = 214+130+206=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D682CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682CE is #297D31. Grayscale: #A3A3A3. Windows color (decimal): -2719026 or 13533910. OLE color: 13533910.
HSL color Cylindrical-coordinate representation of color #D682CE: hue angle of 305.71º 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 #D682CE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 206 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.16 |
| HSL | 305.71º | 0.51% | 0.67% | - |
| HSV(B) | 305.71º | 0.39% | 0.84% | - |
| XYZ | 46.85 | 34.72 | 62.62 | - |
| YUV | 163.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 206 | 0 | 0.39 | 0.04 | 0.16 | 305.71 | 0.51 | 0.67 |
| Hex | D6 | 82 | CE | 0 | 27 | 4 | 10 | 132 | 33 | 43 |
| Octal | 326 | 202 | 316 | 0 | 47 | 4 | 20 | 462 | 63 | 103 |
| Binary | 11010110 | 10000010 | 11001110 | 0 | 100111 | 100 | 10000 | 100110010 | 110011 | 1000011 |
Color Harmonies of #D682CE
Complementary color
Monochromatic Colors of #D682CE
Black with #D682CE
Text Example
Text Example
White with #D682CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682CE; }
p { color: rgb(214,130,206); }
H1.HeaderClassName
{
color: #D682CE;
}
.AnyTagClassName
{
color: #D682CE;
}
</style>
background-color css
<style>
a { background-color: #D682CE; }
a { background-color: rgb(214,130,206); }
div.DivClassName
{
background-color: #D682CE;
}
.BgClassName
{
background-color: #D682CE;
}
</style>
border-color css
<style>
span { border-color: #D682CE; }
span { border-color: rgb(214,130,206); }
td.TdClassName
{
border-color: #D682CE;
}
.TagClassName
{
border-color: #D682CE;
}
</style>