Shades of Orchid #DC69C6
Tints of Orchid #DC69C6
RGB
CMYK
RGB Variations
Color information
#DC69C6 (or 0xDC69C6) is known color: Orchid. HEX triplet: DC, 69 and C6. RGB value is (220,105,198). Sum of RGB (Red+Green+Blue) = 220+105+198=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69C6 is #239639. Grayscale: #959595. Windows color (decimal): -2332218 or 13003228. OLE color: 13003228.
HSL color Cylindrical-coordinate representation of color #DC69C6: hue angle of 311.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69C6 is Cyan = 0, Magento = 0.52, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 198 | - |
| CMYK | 0 | 0.52 | 0.1 | 0.14 |
| HSL | 311.48º | 0.62% | 0.64% | - |
| HSV(B) | 311.48º | 0.52% | 0.86% | - |
| XYZ | 44.76 | 29.4 | 56.74 | - |
| YUV | 149.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 198 | 0 | 0.52 | 0.1 | 0.14 | 311.48 | 0.62 | 0.64 |
| Hex | DC | 69 | C6 | 0 | 34 | A | E | 137 | 3E | 40 |
| Octal | 334 | 151 | 306 | 0 | 64 | 12 | 16 | 467 | 76 | 100 |
| Binary | 11011100 | 1101001 | 11000110 | 0 | 110100 | 1010 | 1110 | 100110111 | 111110 | 1000000 |
Color Harmonies of #DC69C6
Complementary color
Monochromatic Colors of #DC69C6
Black with #DC69C6
Text Example
Text Example
White with #DC69C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69C6; }
p { color: rgb(220,105,198); }
H1.HeaderClassName
{
color: #DC69C6;
}
.AnyTagClassName
{
color: #DC69C6;
}
</style>
background-color css
<style>
a { background-color: #DC69C6; }
a { background-color: rgb(220,105,198); }
div.DivClassName
{
background-color: #DC69C6;
}
.BgClassName
{
background-color: #DC69C6;
}
</style>
border-color css
<style>
span { border-color: #DC69C6; }
span { border-color: rgb(220,105,198); }
td.TdClassName
{
border-color: #DC69C6;
}
.TagClassName
{
border-color: #DC69C6;
}
</style>