Shades of Orchid #D662C5
Tints of Orchid #D662C5
RGB
CMYK
RGB Variations
Color information
#D662C5 (or 0xD662C5) is known color: Orchid. HEX triplet: D6, 62 and C5. RGB value is (214,98,197). Sum of RGB (Red+Green+Blue) = 214+98+197=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D662C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662C5 is #299D3A. Grayscale: #8F8F8F. Windows color (decimal): -2727227 or 12935894. OLE color: 12935894.
HSL color Cylindrical-coordinate representation of color #D662C5: hue angle of 308.79º degrees, saturation: 0.59, 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 #D662C5 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 197 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.16 |
| HSL | 308.79º | 0.59% | 0.61% | - |
| HSV(B) | 308.79º | 0.54% | 0.84% | - |
| XYZ | 42.18 | 27.06 | 55.82 | - |
| YUV | 143.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 197 | 0 | 0.54 | 0.08 | 0.16 | 308.79 | 0.59 | 0.61 |
| Hex | D6 | 62 | C5 | 0 | 36 | 8 | 10 | 135 | 3B | 3D |
| Octal | 326 | 142 | 305 | 0 | 66 | 10 | 20 | 465 | 73 | 75 |
| Binary | 11010110 | 1100010 | 11000101 | 0 | 110110 | 1000 | 10000 | 100110101 | 111011 | 111101 |
Color Harmonies of #D662C5
Complementary color
Monochromatic Colors of #D662C5
Black with #D662C5
Text Example
Text Example
White with #D662C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662C5; }
p { color: rgb(214,98,197); }
H1.HeaderClassName
{
color: #D662C5;
}
.AnyTagClassName
{
color: #D662C5;
}
</style>
background-color css
<style>
a { background-color: #D662C5; }
a { background-color: rgb(214,98,197); }
div.DivClassName
{
background-color: #D662C5;
}
.BgClassName
{
background-color: #D662C5;
}
</style>
border-color css
<style>
span { border-color: #D662C5; }
span { border-color: rgb(214,98,197); }
td.TdClassName
{
border-color: #D662C5;
}
.TagClassName
{
border-color: #D662C5;
}
</style>