Shades of Orchid #D762CA
Tints of Orchid #D762CA
RGB
CMYK
RGB Variations
Color information
#D762CA (or 0xD762CA) is known color: Orchid. HEX triplet: D7, 62 and CA. RGB value is (215,98,202). Sum of RGB (Red+Green+Blue) = 215+98+202=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D762CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762CA is #289D35. Grayscale: #909090. Windows color (decimal): -2661686 or 13263575. OLE color: 13263575.
HSL color Cylindrical-coordinate representation of color #D762CA: hue angle of 306.67º 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 #D762CA is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 202 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.16 |
| HSL | 306.67º | 0.59% | 0.61% | - |
| HSV(B) | 306.67º | 0.54% | 0.84% | - |
| XYZ | 43.05 | 27.45 | 58.91 | - |
| YUV | 144.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 202 | 0 | 0.54 | 0.06 | 0.16 | 306.67 | 0.59 | 0.61 |
| Hex | D7 | 62 | CA | 0 | 36 | 6 | 10 | 133 | 3B | 3D |
| Octal | 327 | 142 | 312 | 0 | 66 | 6 | 20 | 463 | 73 | 75 |
| Binary | 11010111 | 1100010 | 11001010 | 0 | 110110 | 110 | 10000 | 100110011 | 111011 | 111101 |
Color Harmonies of #D762CA
Complementary color
Monochromatic Colors of #D762CA
Black with #D762CA
Text Example
Text Example
White with #D762CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762CA; }
p { color: rgb(215,98,202); }
H1.HeaderClassName
{
color: #D762CA;
}
.AnyTagClassName
{
color: #D762CA;
}
</style>
background-color css
<style>
a { background-color: #D762CA; }
a { background-color: rgb(215,98,202); }
div.DivClassName
{
background-color: #D762CA;
}
.BgClassName
{
background-color: #D762CA;
}
</style>
border-color css
<style>
span { border-color: #D762CA; }
span { border-color: rgb(215,98,202); }
td.TdClassName
{
border-color: #D762CA;
}
.TagClassName
{
border-color: #D762CA;
}
</style>