Shades of Orchid #D262C7
Tints of Orchid #D262C7
RGB
CMYK
RGB Variations
Color information
#D262C7 (or 0xD262C7) is known color: Orchid. HEX triplet: D2, 62 and C7. RGB value is (210,98,199). Sum of RGB (Red+Green+Blue) = 210+98+199=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D262C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262C7 is #2D9D38. Grayscale: #8E8E8E. Windows color (decimal): -2989369 or 13066962. OLE color: 13066962.
HSL color Cylindrical-coordinate representation of color #D262C7: hue angle of 305.89º 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 #D262C7 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 199 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.18 |
| HSL | 305.89º | 0.55% | 0.6% | - |
| HSV(B) | 305.89º | 0.53% | 0.82% | - |
| XYZ | 41.25 | 26.56 | 56.99 | - |
| YUV | 143 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 199 | 0 | 0.53 | 0.05 | 0.18 | 305.89 | 0.55 | 0.6 |
| Hex | D2 | 62 | C7 | 0 | 35 | 5 | 12 | 132 | 37 | 3C |
| Octal | 322 | 142 | 307 | 0 | 65 | 5 | 22 | 462 | 67 | 74 |
| Binary | 11010010 | 1100010 | 11000111 | 0 | 110101 | 101 | 10010 | 100110010 | 110111 | 111100 |
Color Harmonies of #D262C7
Complementary color
Monochromatic Colors of #D262C7
Black with #D262C7
Text Example
Text Example
White with #D262C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262C7; }
p { color: rgb(210,98,199); }
H1.HeaderClassName
{
color: #D262C7;
}
.AnyTagClassName
{
color: #D262C7;
}
</style>
background-color css
<style>
a { background-color: #D262C7; }
a { background-color: rgb(210,98,199); }
div.DivClassName
{
background-color: #D262C7;
}
.BgClassName
{
background-color: #D262C7;
}
</style>
border-color css
<style>
span { border-color: #D262C7; }
span { border-color: rgb(210,98,199); }
td.TdClassName
{
border-color: #D262C7;
}
.TagClassName
{
border-color: #D262C7;
}
</style>