Shades of Orchid #D664C5
Tints of Orchid #D664C5
RGB
CMYK
RGB Variations
Color information
#D664C5 (or 0xD664C5) is known color: Orchid. HEX triplet: D6, 64 and C5. RGB value is (214,100,197). Sum of RGB (Red+Green+Blue) = 214+100+197=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D664C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664C5 is #299B3A. Grayscale: #909090. Windows color (decimal): -2726715 or 12936406. OLE color: 12936406.
HSL color Cylindrical-coordinate representation of color #D664C5: hue angle of 308.95º 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 #D664C5 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 197 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.16 |
| HSL | 308.95º | 0.58% | 0.62% | - |
| HSV(B) | 308.95º | 0.53% | 0.84% | - |
| XYZ | 42.37 | 27.44 | 55.89 | - |
| YUV | 145.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 197 | 0 | 0.53 | 0.08 | 0.16 | 308.95 | 0.58 | 0.62 |
| Hex | D6 | 64 | C5 | 0 | 35 | 8 | 10 | 135 | 3A | 3E |
| Octal | 326 | 144 | 305 | 0 | 65 | 10 | 20 | 465 | 72 | 76 |
| Binary | 11010110 | 1100100 | 11000101 | 0 | 110101 | 1000 | 10000 | 100110101 | 111010 | 111110 |
Color Harmonies of #D664C5
Complementary color
Monochromatic Colors of #D664C5
Black with #D664C5
Text Example
Text Example
White with #D664C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664C5; }
p { color: rgb(214,100,197); }
H1.HeaderClassName
{
color: #D664C5;
}
.AnyTagClassName
{
color: #D664C5;
}
</style>
background-color css
<style>
a { background-color: #D664C5; }
a { background-color: rgb(214,100,197); }
div.DivClassName
{
background-color: #D664C5;
}
.BgClassName
{
background-color: #D664C5;
}
</style>
border-color css
<style>
span { border-color: #D664C5; }
span { border-color: rgb(214,100,197); }
td.TdClassName
{
border-color: #D664C5;
}
.TagClassName
{
border-color: #D664C5;
}
</style>