Shades of Orchid #DD67CC
Tints of Orchid #DD67CC
RGB
CMYK
RGB Variations
Color information
#DD67CC (or 0xDD67CC) is known color: Orchid. HEX triplet: DD, 67 and CC. RGB value is (221,103,204). Sum of RGB (Red+Green+Blue) = 221+103+204=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67CC is #229833. Grayscale: #959595. Windows color (decimal): -2267188 or 13395933. OLE color: 13395933.
HSL color Cylindrical-coordinate representation of color #DD67CC: hue angle of 308.64º 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 #DD67CC is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 204 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.13 |
| HSL | 308.64º | 0.63% | 0.64% | - |
| HSV(B) | 308.64º | 0.53% | 0.87% | - |
| XYZ | 45.57 | 29.43 | 60.41 | - |
| YUV | 149.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 204 | 0 | 0.53 | 0.08 | 0.13 | 308.64 | 0.63 | 0.64 |
| Hex | DD | 67 | CC | 0 | 35 | 8 | D | 135 | 3F | 40 |
| Octal | 335 | 147 | 314 | 0 | 65 | 10 | 15 | 465 | 77 | 100 |
| Binary | 11011101 | 1100111 | 11001100 | 0 | 110101 | 1000 | 1101 | 100110101 | 111111 | 1000000 |
Color Harmonies of #DD67CC
Complementary color
Monochromatic Colors of #DD67CC
Black with #DD67CC
Text Example
Text Example
White with #DD67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67CC; }
p { color: rgb(221,103,204); }
H1.HeaderClassName
{
color: #DD67CC;
}
.AnyTagClassName
{
color: #DD67CC;
}
</style>
background-color css
<style>
a { background-color: #DD67CC; }
a { background-color: rgb(221,103,204); }
div.DivClassName
{
background-color: #DD67CC;
}
.BgClassName
{
background-color: #DD67CC;
}
</style>
border-color css
<style>
span { border-color: #DD67CC; }
span { border-color: rgb(221,103,204); }
td.TdClassName
{
border-color: #DD67CC;
}
.TagClassName
{
border-color: #DD67CC;
}
</style>