Shades of Orchid #DD6FC3
Tints of Orchid #DD6FC3
RGB
CMYK
RGB Variations
Color information
#DD6FC3 (or 0xDD6FC3) is known color: Orchid. HEX triplet: DD, 6F and C3. RGB value is (221,111,195). Sum of RGB (Red+Green+Blue) = 221+111+195=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FC3 is #22903C. Grayscale: #999999. Windows color (decimal): -2265149 or 12808157. OLE color: 12808157.
HSL color Cylindrical-coordinate representation of color #DD6FC3: hue angle of 314.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FC3 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 195 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.13 |
| HSL | 314.18º | 0.62% | 0.65% | - |
| HSV(B) | 314.18º | 0.5% | 0.87% | - |
| XYZ | 45.35 | 30.68 | 55.16 | - |
| YUV | 153.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 195 | 0 | 0.50 | 0.12 | 0.13 | 314.18 | 0.62 | 0.65 |
| Hex | DD | 6F | C3 | 0 | 32 | C | D | 13A | 3E | 41 |
| Octal | 335 | 157 | 303 | 0 | 62 | 14 | 15 | 472 | 76 | 101 |
| Binary | 11011101 | 1101111 | 11000011 | 0 | 110010 | 1100 | 1101 | 100111010 | 111110 | 1000001 |
Color Harmonies of #DD6FC3
Complementary color
Monochromatic Colors of #DD6FC3
Black with #DD6FC3
Text Example
Text Example
White with #DD6FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FC3; }
p { color: rgb(221,111,195); }
H1.HeaderClassName
{
color: #DD6FC3;
}
.AnyTagClassName
{
color: #DD6FC3;
}
</style>
background-color css
<style>
a { background-color: #DD6FC3; }
a { background-color: rgb(221,111,195); }
div.DivClassName
{
background-color: #DD6FC3;
}
.BgClassName
{
background-color: #DD6FC3;
}
</style>
border-color css
<style>
span { border-color: #DD6FC3; }
span { border-color: rgb(221,111,195); }
td.TdClassName
{
border-color: #DD6FC3;
}
.TagClassName
{
border-color: #DD6FC3;
}
</style>