Shades of Orchid #D670CD
Tints of Orchid #D670CD
RGB
CMYK
RGB Variations
Color information
#D670CD (or 0xD670CD) is known color: Orchid. HEX triplet: D6, 70 and CD. RGB value is (214,112,205). Sum of RGB (Red+Green+Blue) = 214+112+205=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D670CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670CD is #298F32. Grayscale: #989898. Windows color (decimal): -2723635 or 13463766. OLE color: 13463766.
HSL color Cylindrical-coordinate representation of color #D670CD: hue angle of 305.29º 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 #D670CD is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 205 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.16 |
| HSL | 305.29º | 0.55% | 0.64% | - |
| HSV(B) | 305.29º | 0.48% | 0.84% | - |
| XYZ | 44.55 | 30.29 | 61.26 | - |
| YUV | 153.1 | 157.29 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 205 | 0 | 0.48 | 0.04 | 0.16 | 305.29 | 0.55 | 0.64 |
| Hex | D6 | 70 | CD | 0 | 30 | 4 | 10 | 131 | 37 | 40 |
| Octal | 326 | 160 | 315 | 0 | 60 | 4 | 20 | 461 | 67 | 100 |
| Binary | 11010110 | 1110000 | 11001101 | 0 | 110000 | 100 | 10000 | 100110001 | 110111 | 1000000 |
Color Harmonies of #D670CD
Complementary color
Monochromatic Colors of #D670CD
Black with #D670CD
Text Example
Text Example
White with #D670CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D670CD; }
p { color: rgb(214,112,205); }
H1.HeaderClassName
{
color: #D670CD;
}
.AnyTagClassName
{
color: #D670CD;
}
</style>
background-color css
<style>
a { background-color: #D670CD; }
a { background-color: rgb(214,112,205); }
div.DivClassName
{
background-color: #D670CD;
}
.BgClassName
{
background-color: #D670CD;
}
</style>
border-color css
<style>
span { border-color: #D670CD; }
span { border-color: rgb(214,112,205); }
td.TdClassName
{
border-color: #D670CD;
}
.TagClassName
{
border-color: #D670CD;
}
</style>