Shades of Orchid #DC68CE
Tints of Orchid #DC68CE
RGB
CMYK
RGB Variations
Color information
#DC68CE (or 0xDC68CE) is known color: Orchid. HEX triplet: DC, 68 and CE. RGB value is (220,104,206). Sum of RGB (Red+Green+Blue) = 220+104+206=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68CE is #239731. Grayscale: #969696. Windows color (decimal): -2332466 or 13527260. OLE color: 13527260.
HSL color Cylindrical-coordinate representation of color #DC68CE: hue angle of 307.24º 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 #DC68CE is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 206 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.14 |
| HSL | 307.24º | 0.62% | 0.64% | - |
| HSV(B) | 307.24º | 0.53% | 0.86% | - |
| XYZ | 45.61 | 29.57 | 61.7 | - |
| YUV | 150.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 206 | 0 | 0.53 | 0.06 | 0.14 | 307.24 | 0.62 | 0.64 |
| Hex | DC | 68 | CE | 0 | 35 | 6 | E | 133 | 3E | 40 |
| Octal | 334 | 150 | 316 | 0 | 65 | 6 | 16 | 463 | 76 | 100 |
| Binary | 11011100 | 1101000 | 11001110 | 0 | 110101 | 110 | 1110 | 100110011 | 111110 | 1000000 |
Color Harmonies of #DC68CE
Complementary color
Monochromatic Colors of #DC68CE
Black with #DC68CE
Text Example
Text Example
White with #DC68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68CE; }
p { color: rgb(220,104,206); }
H1.HeaderClassName
{
color: #DC68CE;
}
.AnyTagClassName
{
color: #DC68CE;
}
</style>
background-color css
<style>
a { background-color: #DC68CE; }
a { background-color: rgb(220,104,206); }
div.DivClassName
{
background-color: #DC68CE;
}
.BgClassName
{
background-color: #DC68CE;
}
</style>
border-color css
<style>
span { border-color: #DC68CE; }
span { border-color: rgb(220,104,206); }
td.TdClassName
{
border-color: #DC68CE;
}
.TagClassName
{
border-color: #DC68CE;
}
</style>