Shades of Orchid #DC64EA
Tints of Orchid #DC64EA
RGB
CMYK
RGB Variations
Color information
#DC64EA (or 0xDC64EA) is known color: Orchid. HEX triplet: DC, 64 and EA. RGB value is (220,100,234). Sum of RGB (Red+Green+Blue) = 220+100+234=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC64EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC64EA is #239B15. Grayscale: #969696. Windows color (decimal): -2333462 or 15361244. OLE color: 15361244.
HSL color Cylindrical-coordinate representation of color #DC64EA: hue angle of 293.73º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC64EA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 100 | 234 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.08 |
| HSL | 293.73º | 0.76% | 0.65% | - |
| HSV(B) | 293.73º | 0.57% | 0.92% | - |
| XYZ | 48.92 | 30.27 | 81.11 | - |
| YUV | 151.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 234 | 0.06 | 0.57 | 0 | 0.08 | 293.73 | 0.76 | 0.65 |
| Hex | DC | 64 | EA | 6 | 39 | 0 | 8 | 126 | 4C | 41 |
| Octal | 334 | 144 | 352 | 6 | 71 | 0 | 10 | 446 | 114 | 101 |
| Binary | 11011100 | 1100100 | 11101010 | 110 | 111001 | 0 | 1000 | 100100110 | 1001100 | 1000001 |
Color Harmonies of #DC64EA
Complementary color
Monochromatic Colors of #DC64EA
Black with #DC64EA
Text Example
Text Example
White with #DC64EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64EA; }
p { color: rgb(220,100,234); }
H1.HeaderClassName
{
color: #DC64EA;
}
.AnyTagClassName
{
color: #DC64EA;
}
</style>
background-color css
<style>
a { background-color: #DC64EA; }
a { background-color: rgb(220,100,234); }
div.DivClassName
{
background-color: #DC64EA;
}
.BgClassName
{
background-color: #DC64EA;
}
</style>
border-color css
<style>
span { border-color: #DC64EA; }
span { border-color: rgb(220,100,234); }
td.TdClassName
{
border-color: #DC64EA;
}
.TagClassName
{
border-color: #DC64EA;
}
</style>