Shades of Orchid #D088D6
Tints of Orchid #D088D6
RGB
CMYK
RGB Variations
Color information
#D088D6 (or 0xD088D6) is known color: Orchid. HEX triplet: D0, 88 and D6. RGB value is (208,136,214). Sum of RGB (Red+Green+Blue) = 208+136+214=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #D088D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088D6 is #2F7729. Grayscale: #A6A6A6. Windows color (decimal): -3110698 or 14059728. OLE color: 14059728.
HSL color Cylindrical-coordinate representation of color #D088D6: hue angle of 295.38º 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 #D088D6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 136 | 214 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.16 |
| HSL | 295.38º | 0.49% | 0.69% | - |
| HSV(B) | 295.38º | 0.36% | 0.84% | - |
| XYZ | 46.95 | 35.87 | 68.07 | - |
| YUV | 166.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 214 | 0.03 | 0.36 | 0 | 0.16 | 295.38 | 0.49 | 0.69 |
| Hex | D0 | 88 | D6 | 3 | 24 | 0 | 10 | 127 | 31 | 45 |
| Octal | 320 | 210 | 326 | 3 | 44 | 0 | 20 | 447 | 61 | 105 |
| Binary | 11010000 | 10001000 | 11010110 | 11 | 100100 | 0 | 10000 | 100100111 | 110001 | 1000101 |
Color Harmonies of #D088D6
Complementary color
Monochromatic Colors of #D088D6
Black with #D088D6
Text Example
Text Example
White with #D088D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088D6; }
p { color: rgb(208,136,214); }
H1.HeaderClassName
{
color: #D088D6;
}
.AnyTagClassName
{
color: #D088D6;
}
</style>
background-color css
<style>
a { background-color: #D088D6; }
a { background-color: rgb(208,136,214); }
div.DivClassName
{
background-color: #D088D6;
}
.BgClassName
{
background-color: #D088D6;
}
</style>
border-color css
<style>
span { border-color: #D088D6; }
span { border-color: rgb(208,136,214); }
td.TdClassName
{
border-color: #D088D6;
}
.TagClassName
{
border-color: #D088D6;
}
</style>