Shades of Orchid #DD6BCF
Tints of Orchid #DD6BCF
RGB
CMYK
RGB Variations
Color information
#DD6BCF (or 0xDD6BCF) is known color: Orchid. HEX triplet: DD, 6B and CF. RGB value is (221,107,207). Sum of RGB (Red+Green+Blue) = 221+107+207=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BCF is #229430. Grayscale: #989898. Windows color (decimal): -2266161 or 13593565. OLE color: 13593565.
HSL color Cylindrical-coordinate representation of color #DD6BCF: hue angle of 307.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BCF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 207 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.13 |
| HSL | 307.37º | 0.63% | 0.64% | - |
| HSV(B) | 307.37º | 0.52% | 0.87% | - |
| XYZ | 46.34 | 30.39 | 62.46 | - |
| YUV | 152.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 207 | 0 | 0.52 | 0.06 | 0.13 | 307.37 | 0.63 | 0.64 |
| Hex | DD | 6B | CF | 0 | 34 | 6 | D | 133 | 3F | 40 |
| Octal | 335 | 153 | 317 | 0 | 64 | 6 | 15 | 463 | 77 | 100 |
| Binary | 11011101 | 1101011 | 11001111 | 0 | 110100 | 110 | 1101 | 100110011 | 111111 | 1000000 |
Color Harmonies of #DD6BCF
Complementary color
Monochromatic Colors of #DD6BCF
Black with #DD6BCF
Text Example
Text Example
White with #DD6BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BCF; }
p { color: rgb(221,107,207); }
H1.HeaderClassName
{
color: #DD6BCF;
}
.AnyTagClassName
{
color: #DD6BCF;
}
</style>
background-color css
<style>
a { background-color: #DD6BCF; }
a { background-color: rgb(221,107,207); }
div.DivClassName
{
background-color: #DD6BCF;
}
.BgClassName
{
background-color: #DD6BCF;
}
</style>
border-color css
<style>
span { border-color: #DD6BCF; }
span { border-color: rgb(221,107,207); }
td.TdClassName
{
border-color: #DD6BCF;
}
.TagClassName
{
border-color: #DD6BCF;
}
</style>