Shades of Orchid #D689CB
Tints of Orchid #D689CB
RGB
CMYK
RGB Variations
Color information
#D689CB (or 0xD689CB) is known color: Orchid. HEX triplet: D6, 89 and CB. RGB value is (214,137,203). Sum of RGB (Red+Green+Blue) = 214+137+203=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D689CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689CB is #297634. Grayscale: #A7A7A7. Windows color (decimal): -2717237 or 13339094. OLE color: 13339094.
HSL color Cylindrical-coordinate representation of color #D689CB: hue angle of 308.57º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D689CB is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 203 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.16 |
| HSL | 308.57º | 0.48% | 0.69% | - |
| HSV(B) | 308.57º | 0.36% | 0.84% | - |
| XYZ | 47.46 | 36.5 | 61.04 | - |
| YUV | 167.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 203 | 0 | 0.36 | 0.05 | 0.16 | 308.57 | 0.48 | 0.69 |
| Hex | D6 | 89 | CB | 0 | 24 | 5 | 10 | 135 | 30 | 45 |
| Octal | 326 | 211 | 313 | 0 | 44 | 5 | 20 | 465 | 60 | 105 |
| Binary | 11010110 | 10001001 | 11001011 | 0 | 100100 | 101 | 10000 | 100110101 | 110000 | 1000101 |
Color Harmonies of #D689CB
Complementary color
Monochromatic Colors of #D689CB
Black with #D689CB
Text Example
Text Example
White with #D689CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689CB; }
p { color: rgb(214,137,203); }
H1.HeaderClassName
{
color: #D689CB;
}
.AnyTagClassName
{
color: #D689CB;
}
</style>
background-color css
<style>
a { background-color: #D689CB; }
a { background-color: rgb(214,137,203); }
div.DivClassName
{
background-color: #D689CB;
}
.BgClassName
{
background-color: #D689CB;
}
</style>
border-color css
<style>
span { border-color: #D689CB; }
span { border-color: rgb(214,137,203); }
td.TdClassName
{
border-color: #D689CB;
}
.TagClassName
{
border-color: #D689CB;
}
</style>