Shades of Orchid #D663CD
Tints of Orchid #D663CD
RGB
CMYK
RGB Variations
Color information
#D663CD (or 0xD663CD) is known color: Orchid. HEX triplet: D6, 63 and CD. RGB value is (214,99,205). Sum of RGB (Red+Green+Blue) = 214+99+205=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D663CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663CD is #299C32. Grayscale: #919191. Windows color (decimal): -2726963 or 13460438. OLE color: 13460438.
HSL color Cylindrical-coordinate representation of color #D663CD: hue angle of 304.7º degrees, saturation: 0.58, 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 #D663CD is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 205 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.16 |
| HSL | 304.7º | 0.58% | 0.61% | - |
| HSV(B) | 304.7º | 0.54% | 0.84% | - |
| XYZ | 43.21 | 27.63 | 60.81 | - |
| YUV | 145.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 205 | 0 | 0.54 | 0.04 | 0.16 | 304.7 | 0.58 | 0.61 |
| Hex | D6 | 63 | CD | 0 | 36 | 4 | 10 | 131 | 3A | 3D |
| Octal | 326 | 143 | 315 | 0 | 66 | 4 | 20 | 461 | 72 | 75 |
| Binary | 11010110 | 1100011 | 11001101 | 0 | 110110 | 100 | 10000 | 100110001 | 111010 | 111101 |
Color Harmonies of #D663CD
Complementary color
Monochromatic Colors of #D663CD
Black with #D663CD
Text Example
Text Example
White with #D663CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663CD; }
p { color: rgb(214,99,205); }
H1.HeaderClassName
{
color: #D663CD;
}
.AnyTagClassName
{
color: #D663CD;
}
</style>
background-color css
<style>
a { background-color: #D663CD; }
a { background-color: rgb(214,99,205); }
div.DivClassName
{
background-color: #D663CD;
}
.BgClassName
{
background-color: #D663CD;
}
</style>
border-color css
<style>
span { border-color: #D663CD; }
span { border-color: rgb(214,99,205); }
td.TdClassName
{
border-color: #D663CD;
}
.TagClassName
{
border-color: #D663CD;
}
</style>