Shades of Orchid #DC68CF
Tints of Orchid #DC68CF
RGB
CMYK
RGB Variations
Color information
#DC68CF (or 0xDC68CF) is known color: Orchid. HEX triplet: DC, 68 and CF. RGB value is (220,104,207). Sum of RGB (Red+Green+Blue) = 220+104+207=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68CF is #239730. Grayscale: #969696. Windows color (decimal): -2332465 or 13592796. OLE color: 13592796.
HSL color Cylindrical-coordinate representation of color #DC68CF: hue angle of 306.72º 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 #DC68CF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 207 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.14 |
| HSL | 306.72º | 0.62% | 0.64% | - |
| HSV(B) | 306.72º | 0.53% | 0.86% | - |
| XYZ | 45.73 | 29.62 | 62.34 | - |
| YUV | 150.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 207 | 0 | 0.53 | 0.06 | 0.14 | 306.72 | 0.62 | 0.64 |
| Hex | DC | 68 | CF | 0 | 35 | 6 | E | 133 | 3E | 40 |
| Octal | 334 | 150 | 317 | 0 | 65 | 6 | 16 | 463 | 76 | 100 |
| Binary | 11011100 | 1101000 | 11001111 | 0 | 110101 | 110 | 1110 | 100110011 | 111110 | 1000000 |
Color Harmonies of #DC68CF
Complementary color
Monochromatic Colors of #DC68CF
Black with #DC68CF
Text Example
Text Example
White with #DC68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68CF; }
p { color: rgb(220,104,207); }
H1.HeaderClassName
{
color: #DC68CF;
}
.AnyTagClassName
{
color: #DC68CF;
}
</style>
background-color css
<style>
a { background-color: #DC68CF; }
a { background-color: rgb(220,104,207); }
div.DivClassName
{
background-color: #DC68CF;
}
.BgClassName
{
background-color: #DC68CF;
}
</style>
border-color css
<style>
span { border-color: #DC68CF; }
span { border-color: rgb(220,104,207); }
td.TdClassName
{
border-color: #DC68CF;
}
.TagClassName
{
border-color: #DC68CF;
}
</style>