Shades of Orchid #DC64E4
Tints of Orchid #DC64E4
RGB
CMYK
RGB Variations
Color information
#DC64E4 (or 0xDC64E4) is known color: Orchid. HEX triplet: DC, 64 and E4. RGB value is (220,100,228). Sum of RGB (Red+Green+Blue) = 220+100+228=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC64E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64E4 is #239B1B. Grayscale: #969696. Windows color (decimal): -2333468 or 14968028. OLE color: 14968028.
HSL color Cylindrical-coordinate representation of color #DC64E4: hue angle of 296.25º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC64E4 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 100 | 228 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.11 |
| HSL | 296.25º | 0.7% | 0.64% | - |
| HSV(B) | 296.25º | 0.56% | 0.89% | - |
| XYZ | 48.08 | 29.93 | 76.64 | - |
| YUV | 150.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 228 | 0.04 | 0.56 | 0 | 0.11 | 296.25 | 0.7 | 0.64 |
| Hex | DC | 64 | E4 | 4 | 38 | 0 | B | 128 | 46 | 40 |
| Octal | 334 | 144 | 344 | 4 | 70 | 0 | 13 | 450 | 106 | 100 |
| Binary | 11011100 | 1100100 | 11100100 | 100 | 111000 | 0 | 1011 | 100101000 | 1000110 | 1000000 |
Color Harmonies of #DC64E4
Complementary color
Monochromatic Colors of #DC64E4
Black with #DC64E4
Text Example
Text Example
White with #DC64E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64E4; }
p { color: rgb(220,100,228); }
H1.HeaderClassName
{
color: #DC64E4;
}
.AnyTagClassName
{
color: #DC64E4;
}
</style>
background-color css
<style>
a { background-color: #DC64E4; }
a { background-color: rgb(220,100,228); }
div.DivClassName
{
background-color: #DC64E4;
}
.BgClassName
{
background-color: #DC64E4;
}
</style>
border-color css
<style>
span { border-color: #DC64E4; }
span { border-color: rgb(220,100,228); }
td.TdClassName
{
border-color: #DC64E4;
}
.TagClassName
{
border-color: #DC64E4;
}
</style>