Shades of Orchid #DC68CC
Tints of Orchid #DC68CC
RGB
CMYK
RGB Variations
Color information
#DC68CC (or 0xDC68CC) is known color: Orchid. HEX triplet: DC, 68 and CC. RGB value is (220,104,204). Sum of RGB (Red+Green+Blue) = 220+104+204=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68CC is #239733. Grayscale: #959595. Windows color (decimal): -2332468 or 13396188. OLE color: 13396188.
HSL color Cylindrical-coordinate representation of color #DC68CC: hue angle of 308.28º 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 #DC68CC is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 204 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.14 |
| HSL | 308.28º | 0.62% | 0.64% | - |
| HSV(B) | 308.28º | 0.53% | 0.86% | - |
| XYZ | 45.36 | 29.48 | 60.43 | - |
| YUV | 150.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 204 | 0 | 0.53 | 0.07 | 0.14 | 308.28 | 0.62 | 0.64 |
| Hex | DC | 68 | CC | 0 | 35 | 7 | E | 134 | 3E | 40 |
| Octal | 334 | 150 | 314 | 0 | 65 | 7 | 16 | 464 | 76 | 100 |
| Binary | 11011100 | 1101000 | 11001100 | 0 | 110101 | 111 | 1110 | 100110100 | 111110 | 1000000 |
Color Harmonies of #DC68CC
Complementary color
Monochromatic Colors of #DC68CC
Black with #DC68CC
Text Example
Text Example
White with #DC68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68CC; }
p { color: rgb(220,104,204); }
H1.HeaderClassName
{
color: #DC68CC;
}
.AnyTagClassName
{
color: #DC68CC;
}
</style>
background-color css
<style>
a { background-color: #DC68CC; }
a { background-color: rgb(220,104,204); }
div.DivClassName
{
background-color: #DC68CC;
}
.BgClassName
{
background-color: #DC68CC;
}
</style>
border-color css
<style>
span { border-color: #DC68CC; }
span { border-color: rgb(220,104,204); }
td.TdClassName
{
border-color: #DC68CC;
}
.TagClassName
{
border-color: #DC68CC;
}
</style>