Shades of Orchid #DC6AC7
Tints of Orchid #DC6AC7
RGB
CMYK
RGB Variations
Color information
#DC6AC7 (or 0xDC6AC7) is known color: Orchid. HEX triplet: DC, 6A and C7. RGB value is (220,106,199). Sum of RGB (Red+Green+Blue) = 220+106+199=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AC7 is #239538. Grayscale: #969696. Windows color (decimal): -2331961 or 13069020. OLE color: 13069020.
HSL color Cylindrical-coordinate representation of color #DC6AC7: hue angle of 311.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6AC7 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 199 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.14 |
| HSL | 311.05º | 0.62% | 0.64% | - |
| HSV(B) | 311.05º | 0.52% | 0.86% | - |
| XYZ | 44.98 | 29.65 | 57.38 | - |
| YUV | 150.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 199 | 0 | 0.52 | 0.10 | 0.14 | 311.05 | 0.62 | 0.64 |
| Hex | DC | 6A | C7 | 0 | 34 | A | E | 137 | 3E | 40 |
| Octal | 334 | 152 | 307 | 0 | 64 | 12 | 16 | 467 | 76 | 100 |
| Binary | 11011100 | 1101010 | 11000111 | 0 | 110100 | 1010 | 1110 | 100110111 | 111110 | 1000000 |
Color Harmonies of #DC6AC7
Complementary color
Monochromatic Colors of #DC6AC7
Black with #DC6AC7
Text Example
Text Example
White with #DC6AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AC7; }
p { color: rgb(220,106,199); }
H1.HeaderClassName
{
color: #DC6AC7;
}
.AnyTagClassName
{
color: #DC6AC7;
}
</style>
background-color css
<style>
a { background-color: #DC6AC7; }
a { background-color: rgb(220,106,199); }
div.DivClassName
{
background-color: #DC6AC7;
}
.BgClassName
{
background-color: #DC6AC7;
}
</style>
border-color css
<style>
span { border-color: #DC6AC7; }
span { border-color: rgb(220,106,199); }
td.TdClassName
{
border-color: #DC6AC7;
}
.TagClassName
{
border-color: #DC6AC7;
}
</style>