Shades of Orchid #DD67CE
Tints of Orchid #DD67CE
RGB
CMYK
RGB Variations
Color information
#DD67CE (or 0xDD67CE) is known color: Orchid. HEX triplet: DD, 67 and CE. RGB value is (221,103,206). Sum of RGB (Red+Green+Blue) = 221+103+206=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67CE is #229831. Grayscale: #959595. Windows color (decimal): -2267186 or 13527005. OLE color: 13527005.
HSL color Cylindrical-coordinate representation of color #DD67CE: hue angle of 307.63º 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 #DD67CE is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 206 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.13 |
| HSL | 307.63º | 0.63% | 0.64% | - |
| HSV(B) | 307.63º | 0.53% | 0.87% | - |
| XYZ | 45.81 | 29.53 | 61.68 | - |
| YUV | 150.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 206 | 0 | 0.53 | 0.07 | 0.13 | 307.63 | 0.63 | 0.64 |
| Hex | DD | 67 | CE | 0 | 35 | 7 | D | 134 | 3F | 40 |
| Octal | 335 | 147 | 316 | 0 | 65 | 7 | 15 | 464 | 77 | 100 |
| Binary | 11011101 | 1100111 | 11001110 | 0 | 110101 | 111 | 1101 | 100110100 | 111111 | 1000000 |
Color Harmonies of #DD67CE
Complementary color
Monochromatic Colors of #DD67CE
Black with #DD67CE
Text Example
Text Example
White with #DD67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67CE; }
p { color: rgb(221,103,206); }
H1.HeaderClassName
{
color: #DD67CE;
}
.AnyTagClassName
{
color: #DD67CE;
}
</style>
background-color css
<style>
a { background-color: #DD67CE; }
a { background-color: rgb(221,103,206); }
div.DivClassName
{
background-color: #DD67CE;
}
.BgClassName
{
background-color: #DD67CE;
}
</style>
border-color css
<style>
span { border-color: #DD67CE; }
span { border-color: rgb(221,103,206); }
td.TdClassName
{
border-color: #DD67CE;
}
.TagClassName
{
border-color: #DD67CE;
}
</style>