Shades of Orchid #D670D3
Tints of Orchid #D670D3
RGB
CMYK
RGB Variations
Color information
#D670D3 (or 0xD670D3) is known color: Orchid. HEX triplet: D6, 70 and D3. RGB value is (214,112,211). Sum of RGB (Red+Green+Blue) = 214+112+211=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D670D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670D3 is #298F2C. Grayscale: #999999. Windows color (decimal): -2723629 or 13856982. OLE color: 13856982.
HSL color Cylindrical-coordinate representation of color #D670D3: hue angle of 301.76º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D670D3 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 211 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.16 |
| HSL | 301.76º | 0.55% | 0.64% | - |
| HSV(B) | 301.76º | 0.48% | 0.84% | - |
| XYZ | 45.28 | 30.59 | 65.15 | - |
| YUV | 153.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 211 | 0 | 0.48 | 0.01 | 0.16 | 301.76 | 0.55 | 0.64 |
| Hex | D6 | 70 | D3 | 0 | 30 | 1 | 10 | 12E | 37 | 40 |
| Octal | 326 | 160 | 323 | 0 | 60 | 1 | 20 | 456 | 67 | 100 |
| Binary | 11010110 | 1110000 | 11010011 | 0 | 110000 | 1 | 10000 | 100101110 | 110111 | 1000000 |
Color Harmonies of #D670D3
Complementary color
Monochromatic Colors of #D670D3
Black with #D670D3
Text Example
Text Example
White with #D670D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D670D3; }
p { color: rgb(214,112,211); }
H1.HeaderClassName
{
color: #D670D3;
}
.AnyTagClassName
{
color: #D670D3;
}
</style>
background-color css
<style>
a { background-color: #D670D3; }
a { background-color: rgb(214,112,211); }
div.DivClassName
{
background-color: #D670D3;
}
.BgClassName
{
background-color: #D670D3;
}
</style>
border-color css
<style>
span { border-color: #D670D3; }
span { border-color: rgb(214,112,211); }
td.TdClassName
{
border-color: #D670D3;
}
.TagClassName
{
border-color: #D670D3;
}
</style>