Shades of Orchid #DC69C3
Tints of Orchid #DC69C3
RGB
CMYK
RGB Variations
Color information
#DC69C3 (or 0xDC69C3) is known color: Orchid. HEX triplet: DC, 69 and C3. RGB value is (220,105,195). Sum of RGB (Red+Green+Blue) = 220+105+195=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69C3 is #23963C. Grayscale: #959595. Windows color (decimal): -2332221 or 12806620. OLE color: 12806620.
HSL color Cylindrical-coordinate representation of color #DC69C3: hue angle of 313.04º 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 #DC69C3 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 195 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.14 |
| HSL | 313.04º | 0.62% | 0.64% | - |
| HSV(B) | 313.04º | 0.52% | 0.86% | - |
| XYZ | 44.42 | 29.26 | 54.94 | - |
| YUV | 149.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 195 | 0 | 0.52 | 0.11 | 0.14 | 313.04 | 0.62 | 0.64 |
| Hex | DC | 69 | C3 | 0 | 34 | B | E | 139 | 3E | 40 |
| Octal | 334 | 151 | 303 | 0 | 64 | 13 | 16 | 471 | 76 | 100 |
| Binary | 11011100 | 1101001 | 11000011 | 0 | 110100 | 1011 | 1110 | 100111001 | 111110 | 1000000 |
Color Harmonies of #DC69C3
Complementary color
Monochromatic Colors of #DC69C3
Black with #DC69C3
Text Example
Text Example
White with #DC69C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69C3; }
p { color: rgb(220,105,195); }
H1.HeaderClassName
{
color: #DC69C3;
}
.AnyTagClassName
{
color: #DC69C3;
}
</style>
background-color css
<style>
a { background-color: #DC69C3; }
a { background-color: rgb(220,105,195); }
div.DivClassName
{
background-color: #DC69C3;
}
.BgClassName
{
background-color: #DC69C3;
}
</style>
border-color css
<style>
span { border-color: #DC69C3; }
span { border-color: rgb(220,105,195); }
td.TdClassName
{
border-color: #DC69C3;
}
.TagClassName
{
border-color: #DC69C3;
}
</style>