Shades of Orchid #D681CB
Tints of Orchid #D681CB
RGB
CMYK
RGB Variations
Color information
#D681CB (or 0xD681CB) is known color: Orchid. HEX triplet: D6, 81 and CB. RGB value is (214,129,203). Sum of RGB (Red+Green+Blue) = 214+129+203=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D681CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681CB is #297E34. Grayscale: #A2A2A2. Windows color (decimal): -2719285 or 13337046. OLE color: 13337046.
HSL color Cylindrical-coordinate representation of color #D681CB: hue angle of 307.76º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D681CB is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 203 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.16 |
| HSL | 307.76º | 0.51% | 0.67% | - |
| HSV(B) | 307.76º | 0.4% | 0.84% | - |
| XYZ | 46.36 | 34.31 | 60.68 | - |
| YUV | 162.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 203 | 0 | 0.40 | 0.05 | 0.16 | 307.76 | 0.51 | 0.67 |
| Hex | D6 | 81 | CB | 0 | 28 | 5 | 10 | 134 | 33 | 43 |
| Octal | 326 | 201 | 313 | 0 | 50 | 5 | 20 | 464 | 63 | 103 |
| Binary | 11010110 | 10000001 | 11001011 | 0 | 101000 | 101 | 10000 | 100110100 | 110011 | 1000011 |
Color Harmonies of #D681CB
Complementary color
Monochromatic Colors of #D681CB
Black with #D681CB
Text Example
Text Example
White with #D681CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681CB; }
p { color: rgb(214,129,203); }
H1.HeaderClassName
{
color: #D681CB;
}
.AnyTagClassName
{
color: #D681CB;
}
</style>
background-color css
<style>
a { background-color: #D681CB; }
a { background-color: rgb(214,129,203); }
div.DivClassName
{
background-color: #D681CB;
}
.BgClassName
{
background-color: #D681CB;
}
</style>
border-color css
<style>
span { border-color: #D681CB; }
span { border-color: rgb(214,129,203); }
td.TdClassName
{
border-color: #D681CB;
}
.TagClassName
{
border-color: #D681CB;
}
</style>