Shades of Orchid #DF69CB
Tints of Orchid #DF69CB
RGB
CMYK
RGB Variations
Color information
#DF69CB (or 0xDF69CB) is known color: Orchid. HEX triplet: DF, 69 and CB. RGB value is (223,105,203). Sum of RGB (Red+Green+Blue) = 223+105+203=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69CB is #209634. Grayscale: #979797. Windows color (decimal): -2135605 or 13330911. OLE color: 13330911.
HSL color Cylindrical-coordinate representation of color #DF69CB: hue angle of 310.17º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF69CB is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 203 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.13 |
| HSL | 310.17º | 0.65% | 0.64% | - |
| HSV(B) | 310.17º | 0.53% | 0.87% | - |
| XYZ | 46.26 | 30.1 | 59.87 | - |
| YUV | 151.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 203 | 0 | 0.53 | 0.09 | 0.13 | 310.17 | 0.65 | 0.64 |
| Hex | DF | 69 | CB | 0 | 35 | 9 | D | 136 | 41 | 40 |
| Octal | 337 | 151 | 313 | 0 | 65 | 11 | 15 | 466 | 101 | 100 |
| Binary | 11011111 | 1101001 | 11001011 | 0 | 110101 | 1001 | 1101 | 100110110 | 1000001 | 1000000 |
Color Harmonies of #DF69CB
Complementary color
Monochromatic Colors of #DF69CB
Black with #DF69CB
Text Example
Text Example
White with #DF69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69CB; }
p { color: rgb(223,105,203); }
H1.HeaderClassName
{
color: #DF69CB;
}
.AnyTagClassName
{
color: #DF69CB;
}
</style>
background-color css
<style>
a { background-color: #DF69CB; }
a { background-color: rgb(223,105,203); }
div.DivClassName
{
background-color: #DF69CB;
}
.BgClassName
{
background-color: #DF69CB;
}
</style>
border-color css
<style>
span { border-color: #DF69CB; }
span { border-color: rgb(223,105,203); }
td.TdClassName
{
border-color: #DF69CB;
}
.TagClassName
{
border-color: #DF69CB;
}
</style>