Shades of Orchid #DD68DF
Tints of Orchid #DD68DF
RGB
CMYK
RGB Variations
Color information
#DD68DF (or 0xDD68DF) is known color: Orchid. HEX triplet: DD, 68 and DF. RGB value is (221,104,223). Sum of RGB (Red+Green+Blue) = 221+104+223=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68DF is #229720. Grayscale: #989898. Windows color (decimal): -2266913 or 14641373. OLE color: 14641373.
HSL color Cylindrical-coordinate representation of color #DD68DF: hue angle of 298.99º 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 #DD68DF is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 223 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.13 |
| HSL | 298.99º | 0.65% | 0.64% | - |
| HSV(B) | 298.99º | 0.53% | 0.87% | - |
| XYZ | 48.09 | 30.6 | 73.18 | - |
| YUV | 152.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 223 | 0.01 | 0.53 | 0 | 0.13 | 298.99 | 0.65 | 0.64 |
| Hex | DD | 68 | DF | 1 | 35 | 0 | D | 12B | 41 | 40 |
| Octal | 335 | 150 | 337 | 1 | 65 | 0 | 15 | 453 | 101 | 100 |
| Binary | 11011101 | 1101000 | 11011111 | 1 | 110101 | 0 | 1101 | 100101011 | 1000001 | 1000000 |
Color Harmonies of #DD68DF
Complementary color
Monochromatic Colors of #DD68DF
Black with #DD68DF
Text Example
Text Example
White with #DD68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68DF; }
p { color: rgb(221,104,223); }
H1.HeaderClassName
{
color: #DD68DF;
}
.AnyTagClassName
{
color: #DD68DF;
}
</style>
background-color css
<style>
a { background-color: #DD68DF; }
a { background-color: rgb(221,104,223); }
div.DivClassName
{
background-color: #DD68DF;
}
.BgClassName
{
background-color: #DD68DF;
}
</style>
border-color css
<style>
span { border-color: #DD68DF; }
span { border-color: rgb(221,104,223); }
td.TdClassName
{
border-color: #DD68DF;
}
.TagClassName
{
border-color: #DD68DF;
}
</style>