Shades of Orchid #DF75CB
Tints of Orchid #DF75CB
RGB
CMYK
RGB Variations
Color information
#DF75CB (or 0xDF75CB) is known color: Orchid. HEX triplet: DF, 75 and CB. RGB value is (223,117,203). Sum of RGB (Red+Green+Blue) = 223+117+203=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75CB is #208A34. Grayscale: #9E9E9E. Windows color (decimal): -2132533 or 13333983. OLE color: 13333983.
HSL color Cylindrical-coordinate representation of color #DF75CB: hue angle of 311.32º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF75CB is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 203 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.13 |
| HSL | 311.32º | 0.62% | 0.67% | - |
| HSV(B) | 311.32º | 0.48% | 0.87% | - |
| XYZ | 47.57 | 32.72 | 60.31 | - |
| YUV | 158.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 203 | 0 | 0.48 | 0.09 | 0.13 | 311.32 | 0.62 | 0.67 |
| Hex | DF | 75 | CB | 0 | 30 | 9 | D | 137 | 3E | 43 |
| Octal | 337 | 165 | 313 | 0 | 60 | 11 | 15 | 467 | 76 | 103 |
| Binary | 11011111 | 1110101 | 11001011 | 0 | 110000 | 1001 | 1101 | 100110111 | 111110 | 1000011 |
Color Harmonies of #DF75CB
Complementary color
Monochromatic Colors of #DF75CB
Black with #DF75CB
Text Example
Text Example
White with #DF75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75CB; }
p { color: rgb(223,117,203); }
H1.HeaderClassName
{
color: #DF75CB;
}
.AnyTagClassName
{
color: #DF75CB;
}
</style>
background-color css
<style>
a { background-color: #DF75CB; }
a { background-color: rgb(223,117,203); }
div.DivClassName
{
background-color: #DF75CB;
}
.BgClassName
{
background-color: #DF75CB;
}
</style>
border-color css
<style>
span { border-color: #DF75CB; }
span { border-color: rgb(223,117,203); }
td.TdClassName
{
border-color: #DF75CB;
}
.TagClassName
{
border-color: #DF75CB;
}
</style>