Shades of Orchid #D671C2
Tints of Orchid #D671C2
RGB
CMYK
RGB Variations
Color information
#D671C2 (or 0xD671C2) is known color: Orchid. HEX triplet: D6, 71 and C2. RGB value is (214,113,194). Sum of RGB (Red+Green+Blue) = 214+113+194=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D671C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671C2 is #298E3D. Grayscale: #989898. Windows color (decimal): -2723390 or 12743126. OLE color: 12743126.
HSL color Cylindrical-coordinate representation of color #D671C2: hue angle of 311.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D671C2 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 194 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.16 |
| HSL | 311.88º | 0.55% | 0.64% | - |
| HSV(B) | 311.88º | 0.47% | 0.84% | - |
| XYZ | 43.37 | 30 | 54.54 | - |
| YUV | 152.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 194 | 0 | 0.47 | 0.09 | 0.16 | 311.88 | 0.55 | 0.64 |
| Hex | D6 | 71 | C2 | 0 | 2F | 9 | 10 | 138 | 37 | 40 |
| Octal | 326 | 161 | 302 | 0 | 57 | 11 | 20 | 470 | 67 | 100 |
| Binary | 11010110 | 1110001 | 11000010 | 0 | 101111 | 1001 | 10000 | 100111000 | 110111 | 1000000 |
Color Harmonies of #D671C2
Complementary color
Monochromatic Colors of #D671C2
Black with #D671C2
Text Example
Text Example
White with #D671C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D671C2; }
p { color: rgb(214,113,194); }
H1.HeaderClassName
{
color: #D671C2;
}
.AnyTagClassName
{
color: #D671C2;
}
</style>
background-color css
<style>
a { background-color: #D671C2; }
a { background-color: rgb(214,113,194); }
div.DivClassName
{
background-color: #D671C2;
}
.BgClassName
{
background-color: #D671C2;
}
</style>
border-color css
<style>
span { border-color: #D671C2; }
span { border-color: rgb(214,113,194); }
td.TdClassName
{
border-color: #D671C2;
}
.TagClassName
{
border-color: #D671C2;
}
</style>