Shades of Orchid #DC65E4
Tints of Orchid #DC65E4
RGB
CMYK
RGB Variations
Color information
#DC65E4 (or 0xDC65E4) is known color: Orchid. HEX triplet: DC, 65 and E4. RGB value is (220,101,228). Sum of RGB (Red+Green+Blue) = 220+101+228=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC65E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65E4 is #239A1B. Grayscale: #969696. Windows color (decimal): -2333212 or 14968284. OLE color: 14968284.
HSL color Cylindrical-coordinate representation of color #DC65E4: hue angle of 296.22º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC65E4 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 101 | 228 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.11 |
| HSL | 296.22º | 0.7% | 0.65% | - |
| HSV(B) | 296.22º | 0.56% | 0.89% | - |
| XYZ | 48.17 | 30.12 | 76.67 | - |
| YUV | 151.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 228 | 0.04 | 0.56 | 0 | 0.11 | 296.22 | 0.7 | 0.65 |
| Hex | DC | 65 | E4 | 4 | 38 | 0 | B | 128 | 46 | 41 |
| Octal | 334 | 145 | 344 | 4 | 70 | 0 | 13 | 450 | 106 | 101 |
| Binary | 11011100 | 1100101 | 11100100 | 100 | 111000 | 0 | 1011 | 100101000 | 1000110 | 1000001 |
Color Harmonies of #DC65E4
Complementary color
Monochromatic Colors of #DC65E4
Black with #DC65E4
Text Example
Text Example
White with #DC65E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65E4; }
p { color: rgb(220,101,228); }
H1.HeaderClassName
{
color: #DC65E4;
}
.AnyTagClassName
{
color: #DC65E4;
}
</style>
background-color css
<style>
a { background-color: #DC65E4; }
a { background-color: rgb(220,101,228); }
div.DivClassName
{
background-color: #DC65E4;
}
.BgClassName
{
background-color: #DC65E4;
}
</style>
border-color css
<style>
span { border-color: #DC65E4; }
span { border-color: rgb(220,101,228); }
td.TdClassName
{
border-color: #DC65E4;
}
.TagClassName
{
border-color: #DC65E4;
}
</style>