Shades of Orchid #D664C6
Tints of Orchid #D664C6
RGB
CMYK
RGB Variations
Color information
#D664C6 (or 0xD664C6) is known color: Orchid. HEX triplet: D6, 64 and C6. RGB value is (214,100,198). Sum of RGB (Red+Green+Blue) = 214+100+198=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D664C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664C6 is #299B39. Grayscale: #909090. Windows color (decimal): -2726714 or 13001942. OLE color: 13001942.
HSL color Cylindrical-coordinate representation of color #D664C6: hue angle of 308.42º 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 #D664C6 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 198 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.16 |
| HSL | 308.42º | 0.58% | 0.62% | - |
| HSV(B) | 308.42º | 0.53% | 0.84% | - |
| XYZ | 42.48 | 27.49 | 56.49 | - |
| YUV | 145.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 198 | 0 | 0.53 | 0.07 | 0.16 | 308.42 | 0.58 | 0.62 |
| Hex | D6 | 64 | C6 | 0 | 35 | 7 | 10 | 134 | 3A | 3E |
| Octal | 326 | 144 | 306 | 0 | 65 | 7 | 20 | 464 | 72 | 76 |
| Binary | 11010110 | 1100100 | 11000110 | 0 | 110101 | 111 | 10000 | 100110100 | 111010 | 111110 |
Color Harmonies of #D664C6
Complementary color
Monochromatic Colors of #D664C6
Black with #D664C6
Text Example
Text Example
White with #D664C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664C6; }
p { color: rgb(214,100,198); }
H1.HeaderClassName
{
color: #D664C6;
}
.AnyTagClassName
{
color: #D664C6;
}
</style>
background-color css
<style>
a { background-color: #D664C6; }
a { background-color: rgb(214,100,198); }
div.DivClassName
{
background-color: #D664C6;
}
.BgClassName
{
background-color: #D664C6;
}
</style>
border-color css
<style>
span { border-color: #D664C6; }
span { border-color: rgb(214,100,198); }
td.TdClassName
{
border-color: #D664C6;
}
.TagClassName
{
border-color: #D664C6;
}
</style>