Shades of Orchid #DA7FCB
Tints of Orchid #DA7FCB
RGB
CMYK
RGB Variations
Color information
#DA7FCB (or 0xDA7FCB) is known color: Orchid. HEX triplet: DA, 7F and CB. RGB value is (218,127,203). Sum of RGB (Red+Green+Blue) = 218+127+203=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FCB is #258034. Grayscale: #A2A2A2. Windows color (decimal): -2457653 or 13336538. OLE color: 13336538.
HSL color Cylindrical-coordinate representation of color #DA7FCB: hue angle of 309.89º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FCB is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 203 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.15 |
| HSL | 309.89º | 0.55% | 0.68% | - |
| HSV(B) | 309.89º | 0.42% | 0.85% | - |
| XYZ | 47.28 | 34.4 | 60.65 | - |
| YUV | 162.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 203 | 0 | 0.42 | 0.07 | 0.15 | 309.89 | 0.55 | 0.68 |
| Hex | DA | 7F | CB | 0 | 2A | 7 | F | 136 | 37 | 44 |
| Octal | 332 | 177 | 313 | 0 | 52 | 7 | 17 | 466 | 67 | 104 |
| Binary | 11011010 | 1111111 | 11001011 | 0 | 101010 | 111 | 1111 | 100110110 | 110111 | 1000100 |
Color Harmonies of #DA7FCB
Complementary color
Monochromatic Colors of #DA7FCB
Black with #DA7FCB
Text Example
Text Example
White with #DA7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FCB; }
p { color: rgb(218,127,203); }
H1.HeaderClassName
{
color: #DA7FCB;
}
.AnyTagClassName
{
color: #DA7FCB;
}
</style>
background-color css
<style>
a { background-color: #DA7FCB; }
a { background-color: rgb(218,127,203); }
div.DivClassName
{
background-color: #DA7FCB;
}
.BgClassName
{
background-color: #DA7FCB;
}
</style>
border-color css
<style>
span { border-color: #DA7FCB; }
span { border-color: rgb(218,127,203); }
td.TdClassName
{
border-color: #DA7FCB;
}
.TagClassName
{
border-color: #DA7FCB;
}
</style>