Shades of Orchid #D682CB
Tints of Orchid #D682CB
RGB
CMYK
RGB Variations
Color information
#D682CB (or 0xD682CB) is known color: Orchid. HEX triplet: D6, 82 and CB. RGB value is (214,130,203). Sum of RGB (Red+Green+Blue) = 214+130+203=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D682CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682CB is #297D34. Grayscale: #A3A3A3. Windows color (decimal): -2719029 or 13337302. OLE color: 13337302.
HSL color Cylindrical-coordinate representation of color #D682CB: hue angle of 307.86º 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 #D682CB is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 203 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.16 |
| HSL | 307.86º | 0.51% | 0.67% | - |
| HSV(B) | 307.86º | 0.39% | 0.84% | - |
| XYZ | 46.49 | 34.57 | 60.72 | - |
| YUV | 163.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 203 | 0 | 0.39 | 0.05 | 0.16 | 307.86 | 0.51 | 0.67 |
| Hex | D6 | 82 | CB | 0 | 27 | 5 | 10 | 134 | 33 | 43 |
| Octal | 326 | 202 | 313 | 0 | 47 | 5 | 20 | 464 | 63 | 103 |
| Binary | 11010110 | 10000010 | 11001011 | 0 | 100111 | 101 | 10000 | 100110100 | 110011 | 1000011 |
Color Harmonies of #D682CB
Complementary color
Monochromatic Colors of #D682CB
Black with #D682CB
Text Example
Text Example
White with #D682CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682CB; }
p { color: rgb(214,130,203); }
H1.HeaderClassName
{
color: #D682CB;
}
.AnyTagClassName
{
color: #D682CB;
}
</style>
background-color css
<style>
a { background-color: #D682CB; }
a { background-color: rgb(214,130,203); }
div.DivClassName
{
background-color: #D682CB;
}
.BgClassName
{
background-color: #D682CB;
}
</style>
border-color css
<style>
span { border-color: #D682CB; }
span { border-color: rgb(214,130,203); }
td.TdClassName
{
border-color: #D682CB;
}
.TagClassName
{
border-color: #D682CB;
}
</style>