Shades of Orchid #DC6AC3
Tints of Orchid #DC6AC3
RGB
CMYK
RGB Variations
Color information
#DC6AC3 (or 0xDC6AC3) is known color: Orchid. HEX triplet: DC, 6A and C3. RGB value is (220,106,195). Sum of RGB (Red+Green+Blue) = 220+106+195=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AC3 is #23953C. Grayscale: #959595. Windows color (decimal): -2331965 or 12806876. OLE color: 12806876.
HSL color Cylindrical-coordinate representation of color #DC6AC3: hue angle of 313.16º 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 #DC6AC3 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 195 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.14 |
| HSL | 313.16º | 0.62% | 0.64% | - |
| HSV(B) | 313.16º | 0.52% | 0.86% | - |
| XYZ | 44.52 | 29.46 | 54.97 | - |
| YUV | 150.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 195 | 0 | 0.52 | 0.11 | 0.14 | 313.16 | 0.62 | 0.64 |
| Hex | DC | 6A | C3 | 0 | 34 | B | E | 139 | 3E | 40 |
| Octal | 334 | 152 | 303 | 0 | 64 | 13 | 16 | 471 | 76 | 100 |
| Binary | 11011100 | 1101010 | 11000011 | 0 | 110100 | 1011 | 1110 | 100111001 | 111110 | 1000000 |
Color Harmonies of #DC6AC3
Complementary color
Monochromatic Colors of #DC6AC3
Black with #DC6AC3
Text Example
Text Example
White with #DC6AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AC3; }
p { color: rgb(220,106,195); }
H1.HeaderClassName
{
color: #DC6AC3;
}
.AnyTagClassName
{
color: #DC6AC3;
}
</style>
background-color css
<style>
a { background-color: #DC6AC3; }
a { background-color: rgb(220,106,195); }
div.DivClassName
{
background-color: #DC6AC3;
}
.BgClassName
{
background-color: #DC6AC3;
}
</style>
border-color css
<style>
span { border-color: #DC6AC3; }
span { border-color: rgb(220,106,195); }
td.TdClassName
{
border-color: #DC6AC3;
}
.TagClassName
{
border-color: #DC6AC3;
}
</style>