Shades of Orchid #D685CB
Tints of Orchid #D685CB
RGB
CMYK
RGB Variations
Color information
#D685CB (or 0xD685CB) is known color: Orchid. HEX triplet: D6, 85 and CB. RGB value is (214,133,203). Sum of RGB (Red+Green+Blue) = 214+133+203=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D685CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685CB is #297A34. Grayscale: #A5A5A5. Windows color (decimal): -2718261 or 13338070. OLE color: 13338070.
HSL color Cylindrical-coordinate representation of color #D685CB: hue angle of 308.15º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D685CB is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 203 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.16 |
| HSL | 308.15º | 0.5% | 0.68% | - |
| HSV(B) | 308.15º | 0.38% | 0.84% | - |
| XYZ | 46.9 | 35.38 | 60.86 | - |
| YUV | 165.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 203 | 0 | 0.38 | 0.05 | 0.16 | 308.15 | 0.5 | 0.68 |
| Hex | D6 | 85 | CB | 0 | 26 | 5 | 10 | 134 | 32 | 44 |
| Octal | 326 | 205 | 313 | 0 | 46 | 5 | 20 | 464 | 62 | 104 |
| Binary | 11010110 | 10000101 | 11001011 | 0 | 100110 | 101 | 10000 | 100110100 | 110010 | 1000100 |
Color Harmonies of #D685CB
Complementary color
Monochromatic Colors of #D685CB
Black with #D685CB
Text Example
Text Example
White with #D685CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685CB; }
p { color: rgb(214,133,203); }
H1.HeaderClassName
{
color: #D685CB;
}
.AnyTagClassName
{
color: #D685CB;
}
</style>
background-color css
<style>
a { background-color: #D685CB; }
a { background-color: rgb(214,133,203); }
div.DivClassName
{
background-color: #D685CB;
}
.BgClassName
{
background-color: #D685CB;
}
</style>
border-color css
<style>
span { border-color: #D685CB; }
span { border-color: rgb(214,133,203); }
td.TdClassName
{
border-color: #D685CB;
}
.TagClassName
{
border-color: #D685CB;
}
</style>