Shades of Orchid #DC67C3
Tints of Orchid #DC67C3
RGB
CMYK
RGB Variations
Color information
#DC67C3 (or 0xDC67C3) is known color: Orchid. HEX triplet: DC, 67 and C3. RGB value is (220,103,195). Sum of RGB (Red+Green+Blue) = 220+103+195=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67C3 is #23983C. Grayscale: #949494. Windows color (decimal): -2332733 or 12806108. OLE color: 12806108.
HSL color Cylindrical-coordinate representation of color #DC67C3: hue angle of 312.82º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67C3 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 195 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.14 |
| HSL | 312.82º | 0.63% | 0.63% | - |
| HSV(B) | 312.82º | 0.53% | 0.86% | - |
| XYZ | 44.22 | 28.86 | 54.87 | - |
| YUV | 148.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 195 | 0 | 0.53 | 0.11 | 0.14 | 312.82 | 0.63 | 0.63 |
| Hex | DC | 67 | C3 | 0 | 35 | B | E | 139 | 3F | 3F |
| Octal | 334 | 147 | 303 | 0 | 65 | 13 | 16 | 471 | 77 | 77 |
| Binary | 11011100 | 1100111 | 11000011 | 0 | 110101 | 1011 | 1110 | 100111001 | 111111 | 111111 |
Color Harmonies of #DC67C3
Complementary color
Monochromatic Colors of #DC67C3
Black with #DC67C3
Text Example
Text Example
White with #DC67C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67C3; }
p { color: rgb(220,103,195); }
H1.HeaderClassName
{
color: #DC67C3;
}
.AnyTagClassName
{
color: #DC67C3;
}
</style>
background-color css
<style>
a { background-color: #DC67C3; }
a { background-color: rgb(220,103,195); }
div.DivClassName
{
background-color: #DC67C3;
}
.BgClassName
{
background-color: #DC67C3;
}
</style>
border-color css
<style>
span { border-color: #DC67C3; }
span { border-color: rgb(220,103,195); }
td.TdClassName
{
border-color: #DC67C3;
}
.TagClassName
{
border-color: #DC67C3;
}
</style>