Shades of Orchid #DC69DF
Tints of Orchid #DC69DF
RGB
CMYK
RGB Variations
Color information
#DC69DF (or 0xDC69DF) is known color: Orchid. HEX triplet: DC, 69 and DF. RGB value is (220,105,223). Sum of RGB (Red+Green+Blue) = 220+105+223=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69DF is #239620. Grayscale: #989898. Windows color (decimal): -2332193 or 14641628. OLE color: 14641628.
HSL color Cylindrical-coordinate representation of color #DC69DF: hue angle of 298.47º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC69DF is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 105 | 223 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.13 |
| HSL | 298.47º | 0.65% | 0.64% | - |
| HSV(B) | 298.47º | 0.53% | 0.87% | - |
| XYZ | 47.89 | 30.65 | 73.2 | - |
| YUV | 152.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 223 | 0.01 | 0.53 | 0 | 0.13 | 298.47 | 0.65 | 0.64 |
| Hex | DC | 69 | DF | 1 | 35 | 0 | D | 12A | 41 | 40 |
| Octal | 334 | 151 | 337 | 1 | 65 | 0 | 15 | 452 | 101 | 100 |
| Binary | 11011100 | 1101001 | 11011111 | 1 | 110101 | 0 | 1101 | 100101010 | 1000001 | 1000000 |
Color Harmonies of #DC69DF
Complementary color
Monochromatic Colors of #DC69DF
Black with #DC69DF
Text Example
Text Example
White with #DC69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69DF; }
p { color: rgb(220,105,223); }
H1.HeaderClassName
{
color: #DC69DF;
}
.AnyTagClassName
{
color: #DC69DF;
}
</style>
background-color css
<style>
a { background-color: #DC69DF; }
a { background-color: rgb(220,105,223); }
div.DivClassName
{
background-color: #DC69DF;
}
.BgClassName
{
background-color: #DC69DF;
}
</style>
border-color css
<style>
span { border-color: #DC69DF; }
span { border-color: rgb(220,105,223); }
td.TdClassName
{
border-color: #DC69DF;
}
.TagClassName
{
border-color: #DC69DF;
}
</style>