Shades of Orchid #D689CC
Tints of Orchid #D689CC
RGB
CMYK
RGB Variations
Color information
#D689CC (or 0xD689CC) is known color: Orchid. HEX triplet: D6, 89 and CC. RGB value is (214,137,204). Sum of RGB (Red+Green+Blue) = 214+137+204=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D689CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689CC is #297633. Grayscale: #A7A7A7. Windows color (decimal): -2717236 or 13404630. OLE color: 13404630.
HSL color Cylindrical-coordinate representation of color #D689CC: hue angle of 307.79º 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 #D689CC is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 204 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.16 |
| HSL | 307.79º | 0.48% | 0.69% | - |
| HSV(B) | 307.79º | 0.36% | 0.84% | - |
| XYZ | 47.58 | 36.55 | 61.67 | - |
| YUV | 167.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 204 | 0 | 0.36 | 0.05 | 0.16 | 307.79 | 0.48 | 0.69 |
| Hex | D6 | 89 | CC | 0 | 24 | 5 | 10 | 134 | 30 | 45 |
| Octal | 326 | 211 | 314 | 0 | 44 | 5 | 20 | 464 | 60 | 105 |
| Binary | 11010110 | 10001001 | 11001100 | 0 | 100100 | 101 | 10000 | 100110100 | 110000 | 1000101 |
Color Harmonies of #D689CC
Complementary color
Monochromatic Colors of #D689CC
Black with #D689CC
Text Example
Text Example
White with #D689CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689CC; }
p { color: rgb(214,137,204); }
H1.HeaderClassName
{
color: #D689CC;
}
.AnyTagClassName
{
color: #D689CC;
}
</style>
background-color css
<style>
a { background-color: #D689CC; }
a { background-color: rgb(214,137,204); }
div.DivClassName
{
background-color: #D689CC;
}
.BgClassName
{
background-color: #D689CC;
}
</style>
border-color css
<style>
span { border-color: #D689CC; }
span { border-color: rgb(214,137,204); }
td.TdClassName
{
border-color: #D689CC;
}
.TagClassName
{
border-color: #D689CC;
}
</style>