Shades of Orchid #DC6BCF
Tints of Orchid #DC6BCF
RGB
CMYK
RGB Variations
Color information
#DC6BCF (or 0xDC6BCF) is known color: Orchid. HEX triplet: DC, 6B and CF. RGB value is (220,107,207). Sum of RGB (Red+Green+Blue) = 220+107+207=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BCF is #239430. Grayscale: #979797. Windows color (decimal): -2331697 or 13593564. OLE color: 13593564.
HSL color Cylindrical-coordinate representation of color #DC6BCF: hue angle of 306.9º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6BCF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 207 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.14 |
| HSL | 306.9º | 0.62% | 0.64% | - |
| HSV(B) | 306.9º | 0.51% | 0.86% | - |
| XYZ | 46.04 | 30.24 | 62.44 | - |
| YUV | 152.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 207 | 0 | 0.51 | 0.06 | 0.14 | 306.9 | 0.62 | 0.64 |
| Hex | DC | 6B | CF | 0 | 33 | 6 | E | 133 | 3E | 40 |
| Octal | 334 | 153 | 317 | 0 | 63 | 6 | 16 | 463 | 76 | 100 |
| Binary | 11011100 | 1101011 | 11001111 | 0 | 110011 | 110 | 1110 | 100110011 | 111110 | 1000000 |
Color Harmonies of #DC6BCF
Complementary color
Monochromatic Colors of #DC6BCF
Black with #DC6BCF
Text Example
Text Example
White with #DC6BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BCF; }
p { color: rgb(220,107,207); }
H1.HeaderClassName
{
color: #DC6BCF;
}
.AnyTagClassName
{
color: #DC6BCF;
}
</style>
background-color css
<style>
a { background-color: #DC6BCF; }
a { background-color: rgb(220,107,207); }
div.DivClassName
{
background-color: #DC6BCF;
}
.BgClassName
{
background-color: #DC6BCF;
}
</style>
border-color css
<style>
span { border-color: #DC6BCF; }
span { border-color: rgb(220,107,207); }
td.TdClassName
{
border-color: #DC6BCF;
}
.TagClassName
{
border-color: #DC6BCF;
}
</style>