Shades of Orchid #D664C7
Tints of Orchid #D664C7
RGB
CMYK
RGB Variations
Color information
#D664C7 (or 0xD664C7) is known color: Orchid. HEX triplet: D6, 64 and C7. RGB value is (214,100,199). Sum of RGB (Red+Green+Blue) = 214+100+199=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D664C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664C7 is #299B38. Grayscale: #919191. Windows color (decimal): -2726713 or 13067478. OLE color: 13067478.
HSL color Cylindrical-coordinate representation of color #D664C7: hue angle of 307.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D664C7 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 199 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.16 |
| HSL | 307.89º | 0.58% | 0.62% | - |
| HSV(B) | 307.89º | 0.53% | 0.84% | - |
| XYZ | 42.6 | 27.53 | 57.1 | - |
| YUV | 145.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 199 | 0 | 0.53 | 0.07 | 0.16 | 307.89 | 0.58 | 0.62 |
| Hex | D6 | 64 | C7 | 0 | 35 | 7 | 10 | 134 | 3A | 3E |
| Octal | 326 | 144 | 307 | 0 | 65 | 7 | 20 | 464 | 72 | 76 |
| Binary | 11010110 | 1100100 | 11000111 | 0 | 110101 | 111 | 10000 | 100110100 | 111010 | 111110 |
Color Harmonies of #D664C7
Complementary color
Monochromatic Colors of #D664C7
Black with #D664C7
Text Example
Text Example
White with #D664C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664C7; }
p { color: rgb(214,100,199); }
H1.HeaderClassName
{
color: #D664C7;
}
.AnyTagClassName
{
color: #D664C7;
}
</style>
background-color css
<style>
a { background-color: #D664C7; }
a { background-color: rgb(214,100,199); }
div.DivClassName
{
background-color: #D664C7;
}
.BgClassName
{
background-color: #D664C7;
}
</style>
border-color css
<style>
span { border-color: #D664C7; }
span { border-color: rgb(214,100,199); }
td.TdClassName
{
border-color: #D664C7;
}
.TagClassName
{
border-color: #D664C7;
}
</style>