Shades of Orchid #D663CF
Tints of Orchid #D663CF
RGB
CMYK
RGB Variations
Color information
#D663CF (or 0xD663CF) is known color: Orchid. HEX triplet: D6, 63 and CF. RGB value is (214,99,207). Sum of RGB (Red+Green+Blue) = 214+99+207=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D663CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663CF is #299C30. Grayscale: #919191. Windows color (decimal): -2726961 or 13591510. OLE color: 13591510.
HSL color Cylindrical-coordinate representation of color #D663CF: hue angle of 303.65º 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 #D663CF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 207 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.16 |
| HSL | 303.65º | 0.58% | 0.61% | - |
| HSV(B) | 303.65º | 0.54% | 0.84% | - |
| XYZ | 43.46 | 27.72 | 62.09 | - |
| YUV | 145.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 207 | 0 | 0.54 | 0.03 | 0.16 | 303.65 | 0.58 | 0.61 |
| Hex | D6 | 63 | CF | 0 | 36 | 3 | 10 | 130 | 3A | 3D |
| Octal | 326 | 143 | 317 | 0 | 66 | 3 | 20 | 460 | 72 | 75 |
| Binary | 11010110 | 1100011 | 11001111 | 0 | 110110 | 11 | 10000 | 100110000 | 111010 | 111101 |
Color Harmonies of #D663CF
Complementary color
Monochromatic Colors of #D663CF
Black with #D663CF
Text Example
Text Example
White with #D663CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663CF; }
p { color: rgb(214,99,207); }
H1.HeaderClassName
{
color: #D663CF;
}
.AnyTagClassName
{
color: #D663CF;
}
</style>
background-color css
<style>
a { background-color: #D663CF; }
a { background-color: rgb(214,99,207); }
div.DivClassName
{
background-color: #D663CF;
}
.BgClassName
{
background-color: #D663CF;
}
</style>
border-color css
<style>
span { border-color: #D663CF; }
span { border-color: rgb(214,99,207); }
td.TdClassName
{
border-color: #D663CF;
}
.TagClassName
{
border-color: #D663CF;
}
</style>