Shades of Orchid #DC6CE5
Tints of Orchid #DC6CE5
RGB
CMYK
RGB Variations
Color information
#DC6CE5 (or 0xDC6CE5) is known color: Orchid. HEX triplet: DC, 6C and E5. RGB value is (220,108,229). Sum of RGB (Red+Green+Blue) = 220+108+229=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC6CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CE5 is #23931A. Grayscale: #9A9A9A. Windows color (decimal): -2331419 or 15035612. OLE color: 15035612.
HSL color Cylindrical-coordinate representation of color #DC6CE5: hue angle of 295.54º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6CE5 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 108 | 229 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.10 |
| HSL | 295.54º | 0.7% | 0.66% | - |
| HSV(B) | 295.54º | 0.53% | 0.9% | - |
| XYZ | 49.02 | 31.6 | 77.64 | - |
| YUV | 155.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 229 | 0.04 | 0.53 | 0 | 0.10 | 295.54 | 0.7 | 0.66 |
| Hex | DC | 6C | E5 | 4 | 35 | 0 | A | 128 | 46 | 42 |
| Octal | 334 | 154 | 345 | 4 | 65 | 0 | 12 | 450 | 106 | 102 |
| Binary | 11011100 | 1101100 | 11100101 | 100 | 110101 | 0 | 1010 | 100101000 | 1000110 | 1000010 |
Color Harmonies of #DC6CE5
Complementary color
Monochromatic Colors of #DC6CE5
Black with #DC6CE5
Text Example
Text Example
White with #DC6CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CE5; }
p { color: rgb(220,108,229); }
H1.HeaderClassName
{
color: #DC6CE5;
}
.AnyTagClassName
{
color: #DC6CE5;
}
</style>
background-color css
<style>
a { background-color: #DC6CE5; }
a { background-color: rgb(220,108,229); }
div.DivClassName
{
background-color: #DC6CE5;
}
.BgClassName
{
background-color: #DC6CE5;
}
</style>
border-color css
<style>
span { border-color: #DC6CE5; }
span { border-color: rgb(220,108,229); }
td.TdClassName
{
border-color: #DC6CE5;
}
.TagClassName
{
border-color: #DC6CE5;
}
</style>