Shades of Orchid #D688C7
Tints of Orchid #D688C7
RGB
CMYK
RGB Variations
Color information
#D688C7 (or 0xD688C7) is known color: Orchid. HEX triplet: D6, 88 and C7. RGB value is (214,136,199). Sum of RGB (Red+Green+Blue) = 214+136+199=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D688C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688C7 is #297738. Grayscale: #A6A6A6. Windows color (decimal): -2717497 or 13076694. OLE color: 13076694.
HSL color Cylindrical-coordinate representation of color #D688C7: hue angle of 311.54º degrees, saturation: 0.49, 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 #D688C7 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 199 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.16 |
| HSL | 311.54º | 0.49% | 0.69% | - |
| HSV(B) | 311.54º | 0.36% | 0.84% | - |
| XYZ | 46.84 | 36.03 | 58.52 | - |
| YUV | 166.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 199 | 0 | 0.36 | 0.07 | 0.16 | 311.54 | 0.49 | 0.69 |
| Hex | D6 | 88 | C7 | 0 | 24 | 7 | 10 | 138 | 31 | 45 |
| Octal | 326 | 210 | 307 | 0 | 44 | 7 | 20 | 470 | 61 | 105 |
| Binary | 11010110 | 10001000 | 11000111 | 0 | 100100 | 111 | 10000 | 100111000 | 110001 | 1000101 |
Color Harmonies of #D688C7
Complementary color
Monochromatic Colors of #D688C7
Black with #D688C7
Text Example
Text Example
White with #D688C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688C7; }
p { color: rgb(214,136,199); }
H1.HeaderClassName
{
color: #D688C7;
}
.AnyTagClassName
{
color: #D688C7;
}
</style>
background-color css
<style>
a { background-color: #D688C7; }
a { background-color: rgb(214,136,199); }
div.DivClassName
{
background-color: #D688C7;
}
.BgClassName
{
background-color: #D688C7;
}
</style>
border-color css
<style>
span { border-color: #D688C7; }
span { border-color: rgb(214,136,199); }
td.TdClassName
{
border-color: #D688C7;
}
.TagClassName
{
border-color: #D688C7;
}
</style>