Shades of Orchid #D663C5
Tints of Orchid #D663C5
RGB
CMYK
RGB Variations
Color information
#D663C5 (or 0xD663C5) is known color: Orchid. HEX triplet: D6, 63 and C5. RGB value is (214,99,197). Sum of RGB (Red+Green+Blue) = 214+99+197=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D663C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663C5 is #299C3A. Grayscale: #909090. Windows color (decimal): -2726971 or 12936150. OLE color: 12936150.
HSL color Cylindrical-coordinate representation of color #D663C5: hue angle of 308.87º 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 #D663C5 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 197 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.16 |
| HSL | 308.87º | 0.58% | 0.61% | - |
| HSV(B) | 308.87º | 0.54% | 0.84% | - |
| XYZ | 42.27 | 27.25 | 55.86 | - |
| YUV | 144.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 197 | 0 | 0.54 | 0.08 | 0.16 | 308.87 | 0.58 | 0.61 |
| Hex | D6 | 63 | C5 | 0 | 36 | 8 | 10 | 135 | 3A | 3D |
| Octal | 326 | 143 | 305 | 0 | 66 | 10 | 20 | 465 | 72 | 75 |
| Binary | 11010110 | 1100011 | 11000101 | 0 | 110110 | 1000 | 10000 | 100110101 | 111010 | 111101 |
Color Harmonies of #D663C5
Complementary color
Monochromatic Colors of #D663C5
Black with #D663C5
Text Example
Text Example
White with #D663C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663C5; }
p { color: rgb(214,99,197); }
H1.HeaderClassName
{
color: #D663C5;
}
.AnyTagClassName
{
color: #D663C5;
}
</style>
background-color css
<style>
a { background-color: #D663C5; }
a { background-color: rgb(214,99,197); }
div.DivClassName
{
background-color: #D663C5;
}
.BgClassName
{
background-color: #D663C5;
}
</style>
border-color css
<style>
span { border-color: #D663C5; }
span { border-color: rgb(214,99,197); }
td.TdClassName
{
border-color: #D663C5;
}
.TagClassName
{
border-color: #D663C5;
}
</style>