Shades of Orchid #DC65EA
Tints of Orchid #DC65EA
RGB
CMYK
RGB Variations
Color information
#DC65EA (or 0xDC65EA) is known color: Orchid. HEX triplet: DC, 65 and EA. RGB value is (220,101,234). Sum of RGB (Red+Green+Blue) = 220+101+234=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC65EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC65EA is #239A15. Grayscale: #979797. Windows color (decimal): -2333206 or 15361500. OLE color: 15361500.
HSL color Cylindrical-coordinate representation of color #DC65EA: hue angle of 293.68º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC65EA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 101 | 234 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.08 |
| HSL | 293.68º | 0.76% | 0.66% | - |
| HSV(B) | 293.68º | 0.57% | 0.92% | - |
| XYZ | 49.02 | 30.46 | 81.14 | - |
| YUV | 151.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 234 | 0.06 | 0.57 | 0 | 0.08 | 293.68 | 0.76 | 0.66 |
| Hex | DC | 65 | EA | 6 | 39 | 0 | 8 | 126 | 4C | 42 |
| Octal | 334 | 145 | 352 | 6 | 71 | 0 | 10 | 446 | 114 | 102 |
| Binary | 11011100 | 1100101 | 11101010 | 110 | 111001 | 0 | 1000 | 100100110 | 1001100 | 1000010 |
Color Harmonies of #DC65EA
Complementary color
Monochromatic Colors of #DC65EA
Black with #DC65EA
Text Example
Text Example
White with #DC65EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65EA; }
p { color: rgb(220,101,234); }
H1.HeaderClassName
{
color: #DC65EA;
}
.AnyTagClassName
{
color: #DC65EA;
}
</style>
background-color css
<style>
a { background-color: #DC65EA; }
a { background-color: rgb(220,101,234); }
div.DivClassName
{
background-color: #DC65EA;
}
.BgClassName
{
background-color: #DC65EA;
}
</style>
border-color css
<style>
span { border-color: #DC65EA; }
span { border-color: rgb(220,101,234); }
td.TdClassName
{
border-color: #DC65EA;
}
.TagClassName
{
border-color: #DC65EA;
}
</style>