Shades of Orchid #DC68D2
Tints of Orchid #DC68D2
RGB
CMYK
RGB Variations
Color information
#DC68D2 (or 0xDC68D2) is known color: Orchid. HEX triplet: DC, 68 and D2. RGB value is (220,104,210). Sum of RGB (Red+Green+Blue) = 220+104+210=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68D2 is #23972D. Grayscale: #969696. Windows color (decimal): -2332462 or 13789404. OLE color: 13789404.
HSL color Cylindrical-coordinate representation of color #DC68D2: hue angle of 305.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC68D2 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 210 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.14 |
| HSL | 305.17º | 0.62% | 0.64% | - |
| HSV(B) | 305.17º | 0.53% | 0.86% | - |
| XYZ | 46.1 | 29.77 | 64.29 | - |
| YUV | 150.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 210 | 0 | 0.53 | 0.05 | 0.14 | 305.17 | 0.62 | 0.64 |
| Hex | DC | 68 | D2 | 0 | 35 | 5 | E | 131 | 3E | 40 |
| Octal | 334 | 150 | 322 | 0 | 65 | 5 | 16 | 461 | 76 | 100 |
| Binary | 11011100 | 1101000 | 11010010 | 0 | 110101 | 101 | 1110 | 100110001 | 111110 | 1000000 |
Color Harmonies of #DC68D2
Complementary color
Monochromatic Colors of #DC68D2
Black with #DC68D2
Text Example
Text Example
White with #DC68D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68D2; }
p { color: rgb(220,104,210); }
H1.HeaderClassName
{
color: #DC68D2;
}
.AnyTagClassName
{
color: #DC68D2;
}
</style>
background-color css
<style>
a { background-color: #DC68D2; }
a { background-color: rgb(220,104,210); }
div.DivClassName
{
background-color: #DC68D2;
}
.BgClassName
{
background-color: #DC68D2;
}
</style>
border-color css
<style>
span { border-color: #DC68D2; }
span { border-color: rgb(220,104,210); }
td.TdClassName
{
border-color: #DC68D2;
}
.TagClassName
{
border-color: #DC68D2;
}
</style>