Shades of Orchid #D781C6
Tints of Orchid #D781C6
RGB
CMYK
RGB Variations
Color information
#D781C6 (or 0xD781C6) is known color: Orchid. HEX triplet: D7, 81 and C6. RGB value is (215,129,198). Sum of RGB (Red+Green+Blue) = 215+129+198=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D781C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781C6 is #287E39. Grayscale: #A2A2A2. Windows color (decimal): -2653754 or 13009367. OLE color: 13009367.
HSL color Cylindrical-coordinate representation of color #D781C6: hue angle of 311.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D781C6 is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 198 | - |
| CMYK | 0 | 0.4 | 0.08 | 0.16 |
| HSL | 311.86º | 0.52% | 0.67% | - |
| HSV(B) | 311.86º | 0.4% | 0.84% | - |
| XYZ | 46.07 | 34.22 | 57.6 | - |
| YUV | 162.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 198 | 0 | 0.4 | 0.08 | 0.16 | 311.86 | 0.52 | 0.67 |
| Hex | D7 | 81 | C6 | 0 | 28 | 8 | 10 | 138 | 34 | 43 |
| Octal | 327 | 201 | 306 | 0 | 50 | 10 | 20 | 470 | 64 | 103 |
| Binary | 11010111 | 10000001 | 11000110 | 0 | 101000 | 1000 | 10000 | 100111000 | 110100 | 1000011 |
Color Harmonies of #D781C6
Complementary color
Monochromatic Colors of #D781C6
Black with #D781C6
Text Example
Text Example
White with #D781C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781C6; }
p { color: rgb(215,129,198); }
H1.HeaderClassName
{
color: #D781C6;
}
.AnyTagClassName
{
color: #D781C6;
}
</style>
background-color css
<style>
a { background-color: #D781C6; }
a { background-color: rgb(215,129,198); }
div.DivClassName
{
background-color: #D781C6;
}
.BgClassName
{
background-color: #D781C6;
}
</style>
border-color css
<style>
span { border-color: #D781C6; }
span { border-color: rgb(215,129,198); }
td.TdClassName
{
border-color: #D781C6;
}
.TagClassName
{
border-color: #D781C6;
}
</style>