Shades of Orchid #D662CD
Tints of Orchid #D662CD
RGB
CMYK
RGB Variations
Color information
#D662CD (or 0xD662CD) is known color: Orchid. HEX triplet: D6, 62 and CD. RGB value is (214,98,205). Sum of RGB (Red+Green+Blue) = 214+98+205=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D662CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662CD is #299D32. Grayscale: #909090. Windows color (decimal): -2727219 or 13460182. OLE color: 13460182.
HSL color Cylindrical-coordinate representation of color #D662CD: hue angle of 304.66º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D662CD is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 205 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.16 |
| HSL | 304.66º | 0.59% | 0.61% | - |
| HSV(B) | 304.66º | 0.54% | 0.84% | - |
| XYZ | 43.12 | 27.44 | 60.78 | - |
| YUV | 144.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 205 | 0 | 0.54 | 0.04 | 0.16 | 304.66 | 0.59 | 0.61 |
| Hex | D6 | 62 | CD | 0 | 36 | 4 | 10 | 131 | 3B | 3D |
| Octal | 326 | 142 | 315 | 0 | 66 | 4 | 20 | 461 | 73 | 75 |
| Binary | 11010110 | 1100010 | 11001101 | 0 | 110110 | 100 | 10000 | 100110001 | 111011 | 111101 |
Color Harmonies of #D662CD
Complementary color
Monochromatic Colors of #D662CD
Black with #D662CD
Text Example
Text Example
White with #D662CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662CD; }
p { color: rgb(214,98,205); }
H1.HeaderClassName
{
color: #D662CD;
}
.AnyTagClassName
{
color: #D662CD;
}
</style>
background-color css
<style>
a { background-color: #D662CD; }
a { background-color: rgb(214,98,205); }
div.DivClassName
{
background-color: #D662CD;
}
.BgClassName
{
background-color: #D662CD;
}
</style>
border-color css
<style>
span { border-color: #D662CD; }
span { border-color: rgb(214,98,205); }
td.TdClassName
{
border-color: #D662CD;
}
.TagClassName
{
border-color: #D662CD;
}
</style>