Shades of Orchid #D662C7
Tints of Orchid #D662C7
RGB
CMYK
RGB Variations
Color information
#D662C7 (or 0xD662C7) is known color: Orchid. HEX triplet: D6, 62 and C7. RGB value is (214,98,199). Sum of RGB (Red+Green+Blue) = 214+98+199=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D662C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662C7 is #299D38. Grayscale: #8F8F8F. Windows color (decimal): -2727225 or 13066966. OLE color: 13066966.
HSL color Cylindrical-coordinate representation of color #D662C7: hue angle of 307.76º 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 #D662C7 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 199 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.16 |
| HSL | 307.76º | 0.59% | 0.61% | - |
| HSV(B) | 307.76º | 0.54% | 0.84% | - |
| XYZ | 42.41 | 27.16 | 57.04 | - |
| YUV | 144.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 199 | 0 | 0.54 | 0.07 | 0.16 | 307.76 | 0.59 | 0.61 |
| Hex | D6 | 62 | C7 | 0 | 36 | 7 | 10 | 134 | 3B | 3D |
| Octal | 326 | 142 | 307 | 0 | 66 | 7 | 20 | 464 | 73 | 75 |
| Binary | 11010110 | 1100010 | 11000111 | 0 | 110110 | 111 | 10000 | 100110100 | 111011 | 111101 |
Color Harmonies of #D662C7
Complementary color
Monochromatic Colors of #D662C7
Black with #D662C7
Text Example
Text Example
White with #D662C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662C7; }
p { color: rgb(214,98,199); }
H1.HeaderClassName
{
color: #D662C7;
}
.AnyTagClassName
{
color: #D662C7;
}
</style>
background-color css
<style>
a { background-color: #D662C7; }
a { background-color: rgb(214,98,199); }
div.DivClassName
{
background-color: #D662C7;
}
.BgClassName
{
background-color: #D662C7;
}
</style>
border-color css
<style>
span { border-color: #D662C7; }
span { border-color: rgb(214,98,199); }
td.TdClassName
{
border-color: #D662C7;
}
.TagClassName
{
border-color: #D662C7;
}
</style>