Shades of Orchid #D078CB
Tints of Orchid #D078CB
RGB
CMYK
RGB Variations
Color information
#D078CB (or 0xD078CB) is known color: Orchid. HEX triplet: D0, 78 and CB. RGB value is (208,120,203). Sum of RGB (Red+Green+Blue) = 208+120+203=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D078CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078CB is #2F8734. Grayscale: #9B9B9B. Windows color (decimal): -3114805 or 13334736. OLE color: 13334736.
HSL color Cylindrical-coordinate representation of color #D078CB: hue angle of 303.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D078CB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 203 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.18 |
| HSL | 303.41º | 0.48% | 0.64% | - |
| HSV(B) | 303.41º | 0.42% | 0.82% | - |
| XYZ | 43.51 | 31.15 | 60.22 | - |
| YUV | 155.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 203 | 0 | 0.42 | 0.02 | 0.18 | 303.41 | 0.48 | 0.64 |
| Hex | D0 | 78 | CB | 0 | 2A | 2 | 12 | 12F | 30 | 40 |
| Octal | 320 | 170 | 313 | 0 | 52 | 2 | 22 | 457 | 60 | 100 |
| Binary | 11010000 | 1111000 | 11001011 | 0 | 101010 | 10 | 10010 | 100101111 | 110000 | 1000000 |
Color Harmonies of #D078CB
Complementary color
Monochromatic Colors of #D078CB
Black with #D078CB
Text Example
Text Example
White with #D078CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078CB; }
p { color: rgb(208,120,203); }
H1.HeaderClassName
{
color: #D078CB;
}
.AnyTagClassName
{
color: #D078CB;
}
</style>
background-color css
<style>
a { background-color: #D078CB; }
a { background-color: rgb(208,120,203); }
div.DivClassName
{
background-color: #D078CB;
}
.BgClassName
{
background-color: #D078CB;
}
</style>
border-color css
<style>
span { border-color: #D078CB; }
span { border-color: rgb(208,120,203); }
td.TdClassName
{
border-color: #D078CB;
}
.TagClassName
{
border-color: #D078CB;
}
</style>