Shades of Orchid #DC68DA
Tints of Orchid #DC68DA
RGB
CMYK
RGB Variations
Color information
#DC68DA (or 0xDC68DA) is known color: Orchid. HEX triplet: DC, 68 and DA. RGB value is (220,104,218). Sum of RGB (Red+Green+Blue) = 220+104+218=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68DA is #239725. Grayscale: #979797. Windows color (decimal): -2332454 or 14313692. OLE color: 14313692.
HSL color Cylindrical-coordinate representation of color #DC68DA: hue angle of 301.03º 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 #DC68DA is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 218 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.14 |
| HSL | 301.03º | 0.62% | 0.64% | - |
| HSV(B) | 301.03º | 0.53% | 0.86% | - |
| XYZ | 47.12 | 30.18 | 69.67 | - |
| YUV | 151.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 218 | 0 | 0.53 | 0.01 | 0.14 | 301.03 | 0.62 | 0.64 |
| Hex | DC | 68 | DA | 0 | 35 | 1 | E | 12D | 3E | 40 |
| Octal | 334 | 150 | 332 | 0 | 65 | 1 | 16 | 455 | 76 | 100 |
| Binary | 11011100 | 1101000 | 11011010 | 0 | 110101 | 1 | 1110 | 100101101 | 111110 | 1000000 |
Color Harmonies of #DC68DA
Complementary color
Monochromatic Colors of #DC68DA
Black with #DC68DA
Text Example
Text Example
White with #DC68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68DA; }
p { color: rgb(220,104,218); }
H1.HeaderClassName
{
color: #DC68DA;
}
.AnyTagClassName
{
color: #DC68DA;
}
</style>
background-color css
<style>
a { background-color: #DC68DA; }
a { background-color: rgb(220,104,218); }
div.DivClassName
{
background-color: #DC68DA;
}
.BgClassName
{
background-color: #DC68DA;
}
</style>
border-color css
<style>
span { border-color: #DC68DA; }
span { border-color: rgb(220,104,218); }
td.TdClassName
{
border-color: #DC68DA;
}
.TagClassName
{
border-color: #DC68DA;
}
</style>