Shades of Orchid #D262CE
Tints of Orchid #D262CE
RGB
CMYK
RGB Variations
Color information
#D262CE (or 0xD262CE) is known color: Orchid. HEX triplet: D2, 62 and CE. RGB value is (210,98,206). Sum of RGB (Red+Green+Blue) = 210+98+206=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D262CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262CE is #2D9D31. Grayscale: #8F8F8F. Windows color (decimal): -2989362 or 13525714. OLE color: 13525714.
HSL color Cylindrical-coordinate representation of color #D262CE: hue angle of 302.14º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D262CE is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 206 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.18 |
| HSL | 302.14º | 0.55% | 0.6% | - |
| HSV(B) | 302.14º | 0.53% | 0.82% | - |
| XYZ | 42.09 | 26.89 | 61.37 | - |
| YUV | 143.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 206 | 0 | 0.53 | 0.02 | 0.18 | 302.14 | 0.55 | 0.6 |
| Hex | D2 | 62 | CE | 0 | 35 | 2 | 12 | 12E | 37 | 3C |
| Octal | 322 | 142 | 316 | 0 | 65 | 2 | 22 | 456 | 67 | 74 |
| Binary | 11010010 | 1100010 | 11001110 | 0 | 110101 | 10 | 10010 | 100101110 | 110111 | 111100 |
Color Harmonies of #D262CE
Complementary color
Monochromatic Colors of #D262CE
Black with #D262CE
Text Example
Text Example
White with #D262CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262CE; }
p { color: rgb(210,98,206); }
H1.HeaderClassName
{
color: #D262CE;
}
.AnyTagClassName
{
color: #D262CE;
}
</style>
background-color css
<style>
a { background-color: #D262CE; }
a { background-color: rgb(210,98,206); }
div.DivClassName
{
background-color: #D262CE;
}
.BgClassName
{
background-color: #D262CE;
}
</style>
border-color css
<style>
span { border-color: #D262CE; }
span { border-color: rgb(210,98,206); }
td.TdClassName
{
border-color: #D262CE;
}
.TagClassName
{
border-color: #D262CE;
}
</style>