Shades of Orchid #DD68CB
Tints of Orchid #DD68CB
RGB
CMYK
RGB Variations
Color information
#DD68CB (or 0xDD68CB) is known color: Orchid. HEX triplet: DD, 68 and CB. RGB value is (221,104,203). Sum of RGB (Red+Green+Blue) = 221+104+203=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68CB is #229734. Grayscale: #959595. Windows color (decimal): -2266933 or 13330653. OLE color: 13330653.
HSL color Cylindrical-coordinate representation of color #DD68CB: hue angle of 309.23º 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 #DD68CB is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 203 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.13 |
| HSL | 309.23º | 0.63% | 0.64% | - |
| HSV(B) | 309.23º | 0.53% | 0.87% | - |
| XYZ | 45.55 | 29.58 | 59.81 | - |
| YUV | 150.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 203 | 0 | 0.53 | 0.08 | 0.13 | 309.23 | 0.63 | 0.64 |
| Hex | DD | 68 | CB | 0 | 35 | 8 | D | 135 | 3F | 40 |
| Octal | 335 | 150 | 313 | 0 | 65 | 10 | 15 | 465 | 77 | 100 |
| Binary | 11011101 | 1101000 | 11001011 | 0 | 110101 | 1000 | 1101 | 100110101 | 111111 | 1000000 |
Color Harmonies of #DD68CB
Complementary color
Monochromatic Colors of #DD68CB
Black with #DD68CB
Text Example
Text Example
White with #DD68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68CB; }
p { color: rgb(221,104,203); }
H1.HeaderClassName
{
color: #DD68CB;
}
.AnyTagClassName
{
color: #DD68CB;
}
</style>
background-color css
<style>
a { background-color: #DD68CB; }
a { background-color: rgb(221,104,203); }
div.DivClassName
{
background-color: #DD68CB;
}
.BgClassName
{
background-color: #DD68CB;
}
</style>
border-color css
<style>
span { border-color: #DD68CB; }
span { border-color: rgb(221,104,203); }
td.TdClassName
{
border-color: #DD68CB;
}
.TagClassName
{
border-color: #DD68CB;
}
</style>