Shades of Orchid #D663C7
Tints of Orchid #D663C7
RGB
CMYK
RGB Variations
Color information
#D663C7 (or 0xD663C7) is known color: Orchid. HEX triplet: D6, 63 and C7. RGB value is (214,99,199). Sum of RGB (Red+Green+Blue) = 214+99+199=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D663C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663C7 is #299C38. Grayscale: #909090. Windows color (decimal): -2726969 or 13067222. OLE color: 13067222.
HSL color Cylindrical-coordinate representation of color #D663C7: hue angle of 307.83º 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 #D663C7 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 199 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.16 |
| HSL | 307.83º | 0.58% | 0.61% | - |
| HSV(B) | 307.83º | 0.54% | 0.84% | - |
| XYZ | 42.5 | 27.34 | 57.07 | - |
| YUV | 144.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 199 | 0 | 0.54 | 0.07 | 0.16 | 307.83 | 0.58 | 0.61 |
| Hex | D6 | 63 | C7 | 0 | 36 | 7 | 10 | 134 | 3A | 3D |
| Octal | 326 | 143 | 307 | 0 | 66 | 7 | 20 | 464 | 72 | 75 |
| Binary | 11010110 | 1100011 | 11000111 | 0 | 110110 | 111 | 10000 | 100110100 | 111010 | 111101 |
Color Harmonies of #D663C7
Complementary color
Monochromatic Colors of #D663C7
Black with #D663C7
Text Example
Text Example
White with #D663C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663C7; }
p { color: rgb(214,99,199); }
H1.HeaderClassName
{
color: #D663C7;
}
.AnyTagClassName
{
color: #D663C7;
}
</style>
background-color css
<style>
a { background-color: #D663C7; }
a { background-color: rgb(214,99,199); }
div.DivClassName
{
background-color: #D663C7;
}
.BgClassName
{
background-color: #D663C7;
}
</style>
border-color css
<style>
span { border-color: #D663C7; }
span { border-color: rgb(214,99,199); }
td.TdClassName
{
border-color: #D663C7;
}
.TagClassName
{
border-color: #D663C7;
}
</style>