Shades of Orchid #D688CC
Tints of Orchid #D688CC
RGB
CMYK
RGB Variations
Color information
#D688CC (or 0xD688CC) is known color: Orchid. HEX triplet: D6, 88 and CC. RGB value is (214,136,204). Sum of RGB (Red+Green+Blue) = 214+136+204=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D688CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688CC is #297733. Grayscale: #A6A6A6. Windows color (decimal): -2717492 or 13404374. OLE color: 13404374.
HSL color Cylindrical-coordinate representation of color #D688CC: hue angle of 307.69º 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 #D688CC is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 204 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.16 |
| HSL | 307.69º | 0.49% | 0.69% | - |
| HSV(B) | 307.69º | 0.36% | 0.84% | - |
| XYZ | 47.43 | 36.26 | 61.63 | - |
| YUV | 167.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 204 | 0 | 0.36 | 0.05 | 0.16 | 307.69 | 0.49 | 0.69 |
| Hex | D6 | 88 | CC | 0 | 24 | 5 | 10 | 134 | 31 | 45 |
| Octal | 326 | 210 | 314 | 0 | 44 | 5 | 20 | 464 | 61 | 105 |
| Binary | 11010110 | 10001000 | 11001100 | 0 | 100100 | 101 | 10000 | 100110100 | 110001 | 1000101 |
Color Harmonies of #D688CC
Complementary color
Monochromatic Colors of #D688CC
Black with #D688CC
Text Example
Text Example
White with #D688CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688CC; }
p { color: rgb(214,136,204); }
H1.HeaderClassName
{
color: #D688CC;
}
.AnyTagClassName
{
color: #D688CC;
}
</style>
background-color css
<style>
a { background-color: #D688CC; }
a { background-color: rgb(214,136,204); }
div.DivClassName
{
background-color: #D688CC;
}
.BgClassName
{
background-color: #D688CC;
}
</style>
border-color css
<style>
span { border-color: #D688CC; }
span { border-color: rgb(214,136,204); }
td.TdClassName
{
border-color: #D688CC;
}
.TagClassName
{
border-color: #D688CC;
}
</style>