Shades of Orchid #DF6CD2
Tints of Orchid #DF6CD2
RGB
CMYK
RGB Variations
Color information
#DF6CD2 (or 0xDF6CD2) is known color: Orchid. HEX triplet: DF, 6C and D2. RGB value is (223,108,210). Sum of RGB (Red+Green+Blue) = 223+108+210=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CD2 is #20932D. Grayscale: #999999. Windows color (decimal): -2134830 or 13790431. OLE color: 13790431.
HSL color Cylindrical-coordinate representation of color #DF6CD2: hue angle of 306.78º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6CD2 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 210 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.13 |
| HSL | 306.78º | 0.64% | 0.65% | - |
| HSV(B) | 306.78º | 0.52% | 0.87% | - |
| XYZ | 47.43 | 31.07 | 64.47 | - |
| YUV | 154.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 210 | 0 | 0.52 | 0.06 | 0.13 | 306.78 | 0.64 | 0.65 |
| Hex | DF | 6C | D2 | 0 | 34 | 6 | D | 133 | 40 | 41 |
| Octal | 337 | 154 | 322 | 0 | 64 | 6 | 15 | 463 | 100 | 101 |
| Binary | 11011111 | 1101100 | 11010010 | 0 | 110100 | 110 | 1101 | 100110011 | 1000000 | 1000001 |
Color Harmonies of #DF6CD2
Complementary color
Monochromatic Colors of #DF6CD2
Black with #DF6CD2
Text Example
Text Example
White with #DF6CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CD2; }
p { color: rgb(223,108,210); }
H1.HeaderClassName
{
color: #DF6CD2;
}
.AnyTagClassName
{
color: #DF6CD2;
}
</style>
background-color css
<style>
a { background-color: #DF6CD2; }
a { background-color: rgb(223,108,210); }
div.DivClassName
{
background-color: #DF6CD2;
}
.BgClassName
{
background-color: #DF6CD2;
}
</style>
border-color css
<style>
span { border-color: #DF6CD2; }
span { border-color: rgb(223,108,210); }
td.TdClassName
{
border-color: #DF6CD2;
}
.TagClassName
{
border-color: #DF6CD2;
}
</style>