Shades of Orchid #DC67D1
Tints of Orchid #DC67D1
RGB
CMYK
RGB Variations
Color information
#DC67D1 (or 0xDC67D1) is known color: Orchid. HEX triplet: DC, 67 and D1. RGB value is (220,103,209). Sum of RGB (Red+Green+Blue) = 220+103+209=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67D1 is #23982E. Grayscale: #959595. Windows color (decimal): -2332719 or 13723612. OLE color: 13723612.
HSL color Cylindrical-coordinate representation of color #DC67D1: hue angle of 305.64º 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 #DC67D1 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 209 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.14 |
| HSL | 305.64º | 0.63% | 0.63% | - |
| HSV(B) | 305.64º | 0.53% | 0.86% | - |
| XYZ | 45.87 | 29.52 | 63.6 | - |
| YUV | 150.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 209 | 0 | 0.53 | 0.05 | 0.14 | 305.64 | 0.63 | 0.63 |
| Hex | DC | 67 | D1 | 0 | 35 | 5 | E | 132 | 3F | 3F |
| Octal | 334 | 147 | 321 | 0 | 65 | 5 | 16 | 462 | 77 | 77 |
| Binary | 11011100 | 1100111 | 11010001 | 0 | 110101 | 101 | 1110 | 100110010 | 111111 | 111111 |
Color Harmonies of #DC67D1
Complementary color
Monochromatic Colors of #DC67D1
Black with #DC67D1
Text Example
Text Example
White with #DC67D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67D1; }
p { color: rgb(220,103,209); }
H1.HeaderClassName
{
color: #DC67D1;
}
.AnyTagClassName
{
color: #DC67D1;
}
</style>
background-color css
<style>
a { background-color: #DC67D1; }
a { background-color: rgb(220,103,209); }
div.DivClassName
{
background-color: #DC67D1;
}
.BgClassName
{
background-color: #DC67D1;
}
</style>
border-color css
<style>
span { border-color: #DC67D1; }
span { border-color: rgb(220,103,209); }
td.TdClassName
{
border-color: #DC67D1;
}
.TagClassName
{
border-color: #DC67D1;
}
</style>