Shades of Orchid #DD67E3
Tints of Orchid #DD67E3
RGB
CMYK
RGB Variations
Color information
#DD67E3 (or 0xDD67E3) is known color: Orchid. HEX triplet: DD, 67 and E3. RGB value is (221,103,227). Sum of RGB (Red+Green+Blue) = 221+103+227=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD67E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67E3 is #22981C. Grayscale: #989898. Windows color (decimal): -2267165 or 14903261. OLE color: 14903261.
HSL color Cylindrical-coordinate representation of color #DD67E3: hue angle of 297.1º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD67E3 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 103 | 227 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.11 |
| HSL | 297.1º | 0.69% | 0.65% | - |
| HSV(B) | 297.1º | 0.55% | 0.89% | - |
| XYZ | 48.53 | 30.62 | 76.03 | - |
| YUV | 152.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 227 | 0.03 | 0.55 | 0 | 0.11 | 297.1 | 0.69 | 0.65 |
| Hex | DD | 67 | E3 | 3 | 37 | 0 | B | 129 | 45 | 41 |
| Octal | 335 | 147 | 343 | 3 | 67 | 0 | 13 | 451 | 105 | 101 |
| Binary | 11011101 | 1100111 | 11100011 | 11 | 110111 | 0 | 1011 | 100101001 | 1000101 | 1000001 |
Color Harmonies of #DD67E3
Complementary color
Monochromatic Colors of #DD67E3
Black with #DD67E3
Text Example
Text Example
White with #DD67E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67E3; }
p { color: rgb(221,103,227); }
H1.HeaderClassName
{
color: #DD67E3;
}
.AnyTagClassName
{
color: #DD67E3;
}
</style>
background-color css
<style>
a { background-color: #DD67E3; }
a { background-color: rgb(221,103,227); }
div.DivClassName
{
background-color: #DD67E3;
}
.BgClassName
{
background-color: #DD67E3;
}
</style>
border-color css
<style>
span { border-color: #DD67E3; }
span { border-color: rgb(221,103,227); }
td.TdClassName
{
border-color: #DD67E3;
}
.TagClassName
{
border-color: #DD67E3;
}
</style>