Shades of Orchid #DC6BE7
Tints of Orchid #DC6BE7
RGB
CMYK
RGB Variations
Color information
#DC6BE7 (or 0xDC6BE7) is known color: Orchid. HEX triplet: DC, 6B and E7. RGB value is (220,107,231). Sum of RGB (Red+Green+Blue) = 220+107+231=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC6BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BE7 is #239418. Grayscale: #9A9A9A. Windows color (decimal): -2331673 or 15166428. OLE color: 15166428.
HSL color Cylindrical-coordinate representation of color #DC6BE7: hue angle of 294.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6BE7 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 107 | 231 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.09 |
| HSL | 294.68º | 0.72% | 0.66% | - |
| HSV(B) | 294.68º | 0.54% | 0.91% | - |
| XYZ | 49.2 | 31.5 | 79.09 | - |
| YUV | 154.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 231 | 0.05 | 0.54 | 0 | 0.09 | 294.68 | 0.72 | 0.66 |
| Hex | DC | 6B | E7 | 5 | 36 | 0 | 9 | 127 | 48 | 42 |
| Octal | 334 | 153 | 347 | 5 | 66 | 0 | 11 | 447 | 110 | 102 |
| Binary | 11011100 | 1101011 | 11100111 | 101 | 110110 | 0 | 1001 | 100100111 | 1001000 | 1000010 |
Color Harmonies of #DC6BE7
Complementary color
Monochromatic Colors of #DC6BE7
Black with #DC6BE7
Text Example
Text Example
White with #DC6BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BE7; }
p { color: rgb(220,107,231); }
H1.HeaderClassName
{
color: #DC6BE7;
}
.AnyTagClassName
{
color: #DC6BE7;
}
</style>
background-color css
<style>
a { background-color: #DC6BE7; }
a { background-color: rgb(220,107,231); }
div.DivClassName
{
background-color: #DC6BE7;
}
.BgClassName
{
background-color: #DC6BE7;
}
</style>
border-color css
<style>
span { border-color: #DC6BE7; }
span { border-color: rgb(220,107,231); }
td.TdClassName
{
border-color: #DC6BE7;
}
.TagClassName
{
border-color: #DC6BE7;
}
</style>