Shades of Orchid #D662C9
Tints of Orchid #D662C9
RGB
CMYK
RGB Variations
Color information
#D662C9 (or 0xD662C9) is known color: Orchid. HEX triplet: D6, 62 and C9. RGB value is (214,98,201). Sum of RGB (Red+Green+Blue) = 214+98+201=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D662C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662C9 is #299D36. Grayscale: #909090. Windows color (decimal): -2727223 or 13198038. OLE color: 13198038.
HSL color Cylindrical-coordinate representation of color #D662C9: hue angle of 306.72º 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 #D662C9 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 201 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.16 |
| HSL | 306.72º | 0.59% | 0.61% | - |
| HSV(B) | 306.72º | 0.54% | 0.84% | - |
| XYZ | 42.64 | 27.25 | 58.27 | - |
| YUV | 144.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 201 | 0 | 0.54 | 0.06 | 0.16 | 306.72 | 0.59 | 0.61 |
| Hex | D6 | 62 | C9 | 0 | 36 | 6 | 10 | 133 | 3B | 3D |
| Octal | 326 | 142 | 311 | 0 | 66 | 6 | 20 | 463 | 73 | 75 |
| Binary | 11010110 | 1100010 | 11001001 | 0 | 110110 | 110 | 10000 | 100110011 | 111011 | 111101 |
Color Harmonies of #D662C9
Complementary color
Monochromatic Colors of #D662C9
Black with #D662C9
Text Example
Text Example
White with #D662C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662C9; }
p { color: rgb(214,98,201); }
H1.HeaderClassName
{
color: #D662C9;
}
.AnyTagClassName
{
color: #D662C9;
}
</style>
background-color css
<style>
a { background-color: #D662C9; }
a { background-color: rgb(214,98,201); }
div.DivClassName
{
background-color: #D662C9;
}
.BgClassName
{
background-color: #D662C9;
}
</style>
border-color css
<style>
span { border-color: #D662C9; }
span { border-color: rgb(214,98,201); }
td.TdClassName
{
border-color: #D662C9;
}
.TagClassName
{
border-color: #D662C9;
}
</style>