Shades of Orchid #D664CF
Tints of Orchid #D664CF
RGB
CMYK
RGB Variations
Color information
#D664CF (or 0xD664CF) is known color: Orchid. HEX triplet: D6, 64 and CF. RGB value is (214,100,207). Sum of RGB (Red+Green+Blue) = 214+100+207=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D664CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664CF is #299B30. Grayscale: #919191. Windows color (decimal): -2726705 or 13591766. OLE color: 13591766.
HSL color Cylindrical-coordinate representation of color #D664CF: hue angle of 303.68º 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 #D664CF is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 207 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.16 |
| HSL | 303.68º | 0.58% | 0.62% | - |
| HSV(B) | 303.68º | 0.53% | 0.84% | - |
| XYZ | 43.55 | 27.92 | 62.12 | - |
| YUV | 146.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 207 | 0 | 0.53 | 0.03 | 0.16 | 303.68 | 0.58 | 0.62 |
| Hex | D6 | 64 | CF | 0 | 35 | 3 | 10 | 130 | 3A | 3E |
| Octal | 326 | 144 | 317 | 0 | 65 | 3 | 20 | 460 | 72 | 76 |
| Binary | 11010110 | 1100100 | 11001111 | 0 | 110101 | 11 | 10000 | 100110000 | 111010 | 111110 |
Color Harmonies of #D664CF
Complementary color
Monochromatic Colors of #D664CF
Black with #D664CF
Text Example
Text Example
White with #D664CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664CF; }
p { color: rgb(214,100,207); }
H1.HeaderClassName
{
color: #D664CF;
}
.AnyTagClassName
{
color: #D664CF;
}
</style>
background-color css
<style>
a { background-color: #D664CF; }
a { background-color: rgb(214,100,207); }
div.DivClassName
{
background-color: #D664CF;
}
.BgClassName
{
background-color: #D664CF;
}
</style>
border-color css
<style>
span { border-color: #D664CF; }
span { border-color: rgb(214,100,207); }
td.TdClassName
{
border-color: #D664CF;
}
.TagClassName
{
border-color: #D664CF;
}
</style>