Shades of Orchid #D683C9
Tints of Orchid #D683C9
RGB
CMYK
RGB Variations
Color information
#D683C9 (or 0xD683C9) is known color: Orchid. HEX triplet: D6, 83 and C9. RGB value is (214,131,201). Sum of RGB (Red+Green+Blue) = 214+131+201=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D683C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683C9 is #297C36. Grayscale: #A3A3A3. Windows color (decimal): -2718775 or 13206486. OLE color: 13206486.
HSL color Cylindrical-coordinate representation of color #D683C9: hue angle of 309.4º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D683C9 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 201 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.16 |
| HSL | 309.4º | 0.5% | 0.68% | - |
| HSV(B) | 309.4º | 0.39% | 0.84% | - |
| XYZ | 46.39 | 34.75 | 59.52 | - |
| YUV | 163.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 201 | 0 | 0.39 | 0.06 | 0.16 | 309.4 | 0.5 | 0.68 |
| Hex | D6 | 83 | C9 | 0 | 27 | 6 | 10 | 135 | 32 | 44 |
| Octal | 326 | 203 | 311 | 0 | 47 | 6 | 20 | 465 | 62 | 104 |
| Binary | 11010110 | 10000011 | 11001001 | 0 | 100111 | 110 | 10000 | 100110101 | 110010 | 1000100 |
Color Harmonies of #D683C9
Complementary color
Monochromatic Colors of #D683C9
Black with #D683C9
Text Example
Text Example
White with #D683C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D683C9; }
p { color: rgb(214,131,201); }
H1.HeaderClassName
{
color: #D683C9;
}
.AnyTagClassName
{
color: #D683C9;
}
</style>
background-color css
<style>
a { background-color: #D683C9; }
a { background-color: rgb(214,131,201); }
div.DivClassName
{
background-color: #D683C9;
}
.BgClassName
{
background-color: #D683C9;
}
</style>
border-color css
<style>
span { border-color: #D683C9; }
span { border-color: rgb(214,131,201); }
td.TdClassName
{
border-color: #D683C9;
}
.TagClassName
{
border-color: #D683C9;
}
</style>