Shades of Orchid #DD68C5
Tints of Orchid #DD68C5
RGB
CMYK
RGB Variations
Color information
#DD68C5 (or 0xDD68C5) is known color: Orchid. HEX triplet: DD, 68 and C5. RGB value is (221,104,197). Sum of RGB (Red+Green+Blue) = 221+104+197=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68C5 is #22973A. Grayscale: #959595. Windows color (decimal): -2266939 or 12937437. OLE color: 12937437.
HSL color Cylindrical-coordinate representation of color #DD68C5: hue angle of 312.31º 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 #DD68C5 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 197 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.13 |
| HSL | 312.31º | 0.63% | 0.64% | - |
| HSV(B) | 312.31º | 0.53% | 0.87% | - |
| XYZ | 44.85 | 29.3 | 56.12 | - |
| YUV | 149.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 197 | 0 | 0.53 | 0.11 | 0.13 | 312.31 | 0.63 | 0.64 |
| Hex | DD | 68 | C5 | 0 | 35 | B | D | 138 | 3F | 40 |
| Octal | 335 | 150 | 305 | 0 | 65 | 13 | 15 | 470 | 77 | 100 |
| Binary | 11011101 | 1101000 | 11000101 | 0 | 110101 | 1011 | 1101 | 100111000 | 111111 | 1000000 |
Color Harmonies of #DD68C5
Complementary color
Monochromatic Colors of #DD68C5
Black with #DD68C5
Text Example
Text Example
White with #DD68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68C5; }
p { color: rgb(221,104,197); }
H1.HeaderClassName
{
color: #DD68C5;
}
.AnyTagClassName
{
color: #DD68C5;
}
</style>
background-color css
<style>
a { background-color: #DD68C5; }
a { background-color: rgb(221,104,197); }
div.DivClassName
{
background-color: #DD68C5;
}
.BgClassName
{
background-color: #DD68C5;
}
</style>
border-color css
<style>
span { border-color: #DD68C5; }
span { border-color: rgb(221,104,197); }
td.TdClassName
{
border-color: #DD68C5;
}
.TagClassName
{
border-color: #DD68C5;
}
</style>