Shades of Orchid #DC6CC1
Tints of Orchid #DC6CC1
RGB
CMYK
RGB Variations
Color information
#DC6CC1 (or 0xDC6CC1) is known color: Orchid. HEX triplet: DC, 6C and C1. RGB value is (220,108,193). Sum of RGB (Red+Green+Blue) = 220+108+193=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CC1 is #23933E. Grayscale: #969696. Windows color (decimal): -2331455 or 12676316. OLE color: 12676316.
HSL color Cylindrical-coordinate representation of color #DC6CC1: hue angle of 314.46º 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 #DC6CC1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 193 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.14 |
| HSL | 314.46º | 0.62% | 0.64% | - |
| HSV(B) | 314.46º | 0.51% | 0.86% | - |
| XYZ | 44.5 | 29.79 | 53.86 | - |
| YUV | 151.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 193 | 0 | 0.51 | 0.12 | 0.14 | 314.46 | 0.62 | 0.64 |
| Hex | DC | 6C | C1 | 0 | 33 | C | E | 13A | 3E | 40 |
| Octal | 334 | 154 | 301 | 0 | 63 | 14 | 16 | 472 | 76 | 100 |
| Binary | 11011100 | 1101100 | 11000001 | 0 | 110011 | 1100 | 1110 | 100111010 | 111110 | 1000000 |
Color Harmonies of #DC6CC1
Complementary color
Monochromatic Colors of #DC6CC1
Black with #DC6CC1
Text Example
Text Example
White with #DC6CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CC1; }
p { color: rgb(220,108,193); }
H1.HeaderClassName
{
color: #DC6CC1;
}
.AnyTagClassName
{
color: #DC6CC1;
}
</style>
background-color css
<style>
a { background-color: #DC6CC1; }
a { background-color: rgb(220,108,193); }
div.DivClassName
{
background-color: #DC6CC1;
}
.BgClassName
{
background-color: #DC6CC1;
}
</style>
border-color css
<style>
span { border-color: #DC6CC1; }
span { border-color: rgb(220,108,193); }
td.TdClassName
{
border-color: #DC6CC1;
}
.TagClassName
{
border-color: #DC6CC1;
}
</style>