Shades of Orchid #DD68C3
Tints of Orchid #DD68C3
RGB
CMYK
RGB Variations
Color information
#DD68C3 (or 0xDD68C3) is known color: Orchid. HEX triplet: DD, 68 and C3. RGB value is (221,104,195). Sum of RGB (Red+Green+Blue) = 221+104+195=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68C3 is #22973C. Grayscale: #959595. Windows color (decimal): -2266941 or 12806365. OLE color: 12806365.
HSL color Cylindrical-coordinate representation of color #DD68C3: hue angle of 313.33º degrees, saturation: 0.63, 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 #DD68C3 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 195 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.13 |
| HSL | 313.33º | 0.63% | 0.64% | - |
| HSV(B) | 313.33º | 0.53% | 0.87% | - |
| XYZ | 44.62 | 29.21 | 54.92 | - |
| YUV | 149.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 195 | 0 | 0.53 | 0.12 | 0.13 | 313.33 | 0.63 | 0.64 |
| Hex | DD | 68 | C3 | 0 | 35 | C | D | 139 | 3F | 40 |
| Octal | 335 | 150 | 303 | 0 | 65 | 14 | 15 | 471 | 77 | 100 |
| Binary | 11011101 | 1101000 | 11000011 | 0 | 110101 | 1100 | 1101 | 100111001 | 111111 | 1000000 |
Color Harmonies of #DD68C3
Complementary color
Monochromatic Colors of #DD68C3
Black with #DD68C3
Text Example
Text Example
White with #DD68C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68C3; }
p { color: rgb(221,104,195); }
H1.HeaderClassName
{
color: #DD68C3;
}
.AnyTagClassName
{
color: #DD68C3;
}
</style>
background-color css
<style>
a { background-color: #DD68C3; }
a { background-color: rgb(221,104,195); }
div.DivClassName
{
background-color: #DD68C3;
}
.BgClassName
{
background-color: #DD68C3;
}
</style>
border-color css
<style>
span { border-color: #DD68C3; }
span { border-color: rgb(221,104,195); }
td.TdClassName
{
border-color: #DD68C3;
}
.TagClassName
{
border-color: #DD68C3;
}
</style>