Shades of Orchid #DC66DF
Tints of Orchid #DC66DF
RGB
CMYK
RGB Variations
Color information
#DC66DF (or 0xDC66DF) is known color: Orchid. HEX triplet: DC, 66 and DF. RGB value is (220,102,223). Sum of RGB (Red+Green+Blue) = 220+102+223=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66DF is #239920. Grayscale: #969696. Windows color (decimal): -2332961 or 14640860. OLE color: 14640860.
HSL color Cylindrical-coordinate representation of color #DC66DF: hue angle of 298.51º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66DF is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 102 | 223 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.13 |
| HSL | 298.51º | 0.65% | 0.64% | - |
| HSV(B) | 298.51º | 0.54% | 0.87% | - |
| XYZ | 47.59 | 30.05 | 73.1 | - |
| YUV | 151.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 223 | 0.01 | 0.54 | 0 | 0.13 | 298.51 | 0.65 | 0.64 |
| Hex | DC | 66 | DF | 1 | 36 | 0 | D | 12B | 41 | 40 |
| Octal | 334 | 146 | 337 | 1 | 66 | 0 | 15 | 453 | 101 | 100 |
| Binary | 11011100 | 1100110 | 11011111 | 1 | 110110 | 0 | 1101 | 100101011 | 1000001 | 1000000 |
Color Harmonies of #DC66DF
Complementary color
Monochromatic Colors of #DC66DF
Black with #DC66DF
Text Example
Text Example
White with #DC66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66DF; }
p { color: rgb(220,102,223); }
H1.HeaderClassName
{
color: #DC66DF;
}
.AnyTagClassName
{
color: #DC66DF;
}
</style>
background-color css
<style>
a { background-color: #DC66DF; }
a { background-color: rgb(220,102,223); }
div.DivClassName
{
background-color: #DC66DF;
}
.BgClassName
{
background-color: #DC66DF;
}
</style>
border-color css
<style>
span { border-color: #DC66DF; }
span { border-color: rgb(220,102,223); }
td.TdClassName
{
border-color: #DC66DF;
}
.TagClassName
{
border-color: #DC66DF;
}
</style>