Shades of Orchid #D781CC
Tints of Orchid #D781CC
RGB
CMYK
RGB Variations
Color information
#D781CC (or 0xD781CC) is known color: Orchid. HEX triplet: D7, 81 and CC. RGB value is (215,129,204). Sum of RGB (Red+Green+Blue) = 215+129+204=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D781CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781CC is #287E33. Grayscale: #A3A3A3. Windows color (decimal): -2653748 or 13402583. OLE color: 13402583.
HSL color Cylindrical-coordinate representation of color #D781CC: hue angle of 307.67º 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 #D781CC is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 204 | - |
| CMYK | 0 | 0.4 | 0.05 | 0.16 |
| HSL | 307.67º | 0.52% | 0.67% | - |
| HSV(B) | 307.67º | 0.4% | 0.84% | - |
| XYZ | 46.77 | 34.51 | 61.32 | - |
| YUV | 163.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 204 | 0 | 0.4 | 0.05 | 0.16 | 307.67 | 0.52 | 0.67 |
| Hex | D7 | 81 | CC | 0 | 28 | 5 | 10 | 134 | 34 | 43 |
| Octal | 327 | 201 | 314 | 0 | 50 | 5 | 20 | 464 | 64 | 103 |
| Binary | 11010111 | 10000001 | 11001100 | 0 | 101000 | 101 | 10000 | 100110100 | 110100 | 1000011 |
Color Harmonies of #D781CC
Complementary color
Monochromatic Colors of #D781CC
Black with #D781CC
Text Example
Text Example
White with #D781CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781CC; }
p { color: rgb(215,129,204); }
H1.HeaderClassName
{
color: #D781CC;
}
.AnyTagClassName
{
color: #D781CC;
}
</style>
background-color css
<style>
a { background-color: #D781CC; }
a { background-color: rgb(215,129,204); }
div.DivClassName
{
background-color: #D781CC;
}
.BgClassName
{
background-color: #D781CC;
}
</style>
border-color css
<style>
span { border-color: #D781CC; }
span { border-color: rgb(215,129,204); }
td.TdClassName
{
border-color: #D781CC;
}
.TagClassName
{
border-color: #D781CC;
}
</style>