Shades of Orchid #DC66E9
Tints of Orchid #DC66E9
RGB
CMYK
RGB Variations
Color information
#DC66E9 (or 0xDC66E9) is known color: Orchid. HEX triplet: DC, 66 and E9. RGB value is (220,102,233). Sum of RGB (Red+Green+Blue) = 220+102+233=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC66E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66E9 is #239916. Grayscale: #979797. Windows color (decimal): -2332951 or 15296220. OLE color: 15296220.
HSL color Cylindrical-coordinate representation of color #DC66E9: hue angle of 294.05º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC66E9 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 102 | 233 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.09 |
| HSL | 294.05º | 0.75% | 0.66% | - |
| HSV(B) | 294.05º | 0.56% | 0.91% | - |
| XYZ | 48.97 | 30.6 | 80.42 | - |
| YUV | 152.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 233 | 0.06 | 0.56 | 0 | 0.09 | 294.05 | 0.75 | 0.66 |
| Hex | DC | 66 | E9 | 6 | 38 | 0 | 9 | 126 | 4B | 42 |
| Octal | 334 | 146 | 351 | 6 | 70 | 0 | 11 | 446 | 113 | 102 |
| Binary | 11011100 | 1100110 | 11101001 | 110 | 111000 | 0 | 1001 | 100100110 | 1001011 | 1000010 |
Color Harmonies of #DC66E9
Complementary color
Monochromatic Colors of #DC66E9
Black with #DC66E9
Text Example
Text Example
White with #DC66E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66E9; }
p { color: rgb(220,102,233); }
H1.HeaderClassName
{
color: #DC66E9;
}
.AnyTagClassName
{
color: #DC66E9;
}
</style>
background-color css
<style>
a { background-color: #DC66E9; }
a { background-color: rgb(220,102,233); }
div.DivClassName
{
background-color: #DC66E9;
}
.BgClassName
{
background-color: #DC66E9;
}
</style>
border-color css
<style>
span { border-color: #DC66E9; }
span { border-color: rgb(220,102,233); }
td.TdClassName
{
border-color: #DC66E9;
}
.TagClassName
{
border-color: #DC66E9;
}
</style>