Shades of Orchid #DC69C5
Tints of Orchid #DC69C5
RGB
CMYK
RGB Variations
Color information
#DC69C5 (or 0xDC69C5) is known color: Orchid. HEX triplet: DC, 69 and C5. RGB value is (220,105,197). Sum of RGB (Red+Green+Blue) = 220+105+197=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69C5 is #23963A. Grayscale: #959595. Windows color (decimal): -2332219 or 12937692. OLE color: 12937692.
HSL color Cylindrical-coordinate representation of color #DC69C5: hue angle of 312º 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 #DC69C5 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 197 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.14 |
| HSL | 312º | 0.62% | 0.64% | - |
| HSV(B) | 312º | 0.52% | 0.86% | - |
| XYZ | 44.64 | 29.35 | 56.14 | - |
| YUV | 149.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 197 | 0 | 0.52 | 0.10 | 0.14 | 312 | 0.62 | 0.64 |
| Hex | DC | 69 | C5 | 0 | 34 | A | E | 138 | 3E | 40 |
| Octal | 334 | 151 | 305 | 0 | 64 | 12 | 16 | 470 | 76 | 100 |
| Binary | 11011100 | 1101001 | 11000101 | 0 | 110100 | 1010 | 1110 | 100111000 | 111110 | 1000000 |
Color Harmonies of #DC69C5
Complementary color
Monochromatic Colors of #DC69C5
Black with #DC69C5
Text Example
Text Example
White with #DC69C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69C5; }
p { color: rgb(220,105,197); }
H1.HeaderClassName
{
color: #DC69C5;
}
.AnyTagClassName
{
color: #DC69C5;
}
</style>
background-color css
<style>
a { background-color: #DC69C5; }
a { background-color: rgb(220,105,197); }
div.DivClassName
{
background-color: #DC69C5;
}
.BgClassName
{
background-color: #DC69C5;
}
</style>
border-color css
<style>
span { border-color: #DC69C5; }
span { border-color: rgb(220,105,197); }
td.TdClassName
{
border-color: #DC69C5;
}
.TagClassName
{
border-color: #DC69C5;
}
</style>