Shades of Orchid #DD69C5
Tints of Orchid #DD69C5
RGB
CMYK
RGB Variations
Color information
#DD69C5 (or 0xDD69C5) is known color: Orchid. HEX triplet: DD, 69 and C5. RGB value is (221,105,197). Sum of RGB (Red+Green+Blue) = 221+105+197=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69C5 is #22963A. Grayscale: #959595. Windows color (decimal): -2266683 or 12937693. OLE color: 12937693.
HSL color Cylindrical-coordinate representation of color #DD69C5: hue angle of 312.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69C5 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 197 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.13 |
| HSL | 312.41º | 0.63% | 0.64% | - |
| HSV(B) | 312.41º | 0.52% | 0.87% | - |
| XYZ | 44.95 | 29.51 | 56.15 | - |
| YUV | 150.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 197 | 0 | 0.52 | 0.11 | 0.13 | 312.41 | 0.63 | 0.64 |
| Hex | DD | 69 | C5 | 0 | 34 | B | D | 138 | 3F | 40 |
| Octal | 335 | 151 | 305 | 0 | 64 | 13 | 15 | 470 | 77 | 100 |
| Binary | 11011101 | 1101001 | 11000101 | 0 | 110100 | 1011 | 1101 | 100111000 | 111111 | 1000000 |
Color Harmonies of #DD69C5
Complementary color
Monochromatic Colors of #DD69C5
Black with #DD69C5
Text Example
Text Example
White with #DD69C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69C5; }
p { color: rgb(221,105,197); }
H1.HeaderClassName
{
color: #DD69C5;
}
.AnyTagClassName
{
color: #DD69C5;
}
</style>
background-color css
<style>
a { background-color: #DD69C5; }
a { background-color: rgb(221,105,197); }
div.DivClassName
{
background-color: #DD69C5;
}
.BgClassName
{
background-color: #DD69C5;
}
</style>
border-color css
<style>
span { border-color: #DD69C5; }
span { border-color: rgb(221,105,197); }
td.TdClassName
{
border-color: #DD69C5;
}
.TagClassName
{
border-color: #DD69C5;
}
</style>