Shades of Orchid #DC66E6
Tints of Orchid #DC66E6
RGB
CMYK
RGB Variations
Color information
#DC66E6 (or 0xDC66E6) is known color: Orchid. HEX triplet: DC, 66 and E6. RGB value is (220,102,230). Sum of RGB (Red+Green+Blue) = 220+102+230=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66E6 is #239919. Grayscale: #979797. Windows color (decimal): -2332954 or 15099612. OLE color: 15099612.
HSL color Cylindrical-coordinate representation of color #DC66E6: hue angle of 295.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC66E6 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 102 | 230 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.10 |
| HSL | 295.31º | 0.72% | 0.65% | - |
| HSV(B) | 295.31º | 0.56% | 0.9% | - |
| XYZ | 48.55 | 30.43 | 78.18 | - |
| YUV | 151.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 230 | 0.04 | 0.56 | 0 | 0.10 | 295.31 | 0.72 | 0.65 |
| Hex | DC | 66 | E6 | 4 | 38 | 0 | A | 127 | 48 | 41 |
| Octal | 334 | 146 | 346 | 4 | 70 | 0 | 12 | 447 | 110 | 101 |
| Binary | 11011100 | 1100110 | 11100110 | 100 | 111000 | 0 | 1010 | 100100111 | 1001000 | 1000001 |
Color Harmonies of #DC66E6
Complementary color
Monochromatic Colors of #DC66E6
Black with #DC66E6
Text Example
Text Example
White with #DC66E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66E6; }
p { color: rgb(220,102,230); }
H1.HeaderClassName
{
color: #DC66E6;
}
.AnyTagClassName
{
color: #DC66E6;
}
</style>
background-color css
<style>
a { background-color: #DC66E6; }
a { background-color: rgb(220,102,230); }
div.DivClassName
{
background-color: #DC66E6;
}
.BgClassName
{
background-color: #DC66E6;
}
</style>
border-color css
<style>
span { border-color: #DC66E6; }
span { border-color: rgb(220,102,230); }
td.TdClassName
{
border-color: #DC66E6;
}
.TagClassName
{
border-color: #DC66E6;
}
</style>