Shades of Orchid #D262DA
Tints of Orchid #D262DA
RGB
CMYK
RGB Variations
Color information
#D262DA (or 0xD262DA) is known color: Orchid. HEX triplet: D2, 62 and DA. RGB value is (210,98,218). Sum of RGB (Red+Green+Blue) = 210+98+218=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #D262DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262DA is #2D9D25. Grayscale: #909090. Windows color (decimal): -2989350 or 14312146. OLE color: 14312146.
HSL color Cylindrical-coordinate representation of color #D262DA: hue angle of 296º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D262DA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 98 | 218 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.15 |
| HSL | 296º | 0.62% | 0.62% | - |
| HSV(B) | 296º | 0.55% | 0.85% | - |
| XYZ | 43.6 | 27.5 | 69.34 | - |
| YUV | 145.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 218 | 0.04 | 0.55 | 0 | 0.15 | 296 | 0.62 | 0.62 |
| Hex | D2 | 62 | DA | 4 | 37 | 0 | F | 128 | 3E | 3E |
| Octal | 322 | 142 | 332 | 4 | 67 | 0 | 17 | 450 | 76 | 76 |
| Binary | 11010010 | 1100010 | 11011010 | 100 | 110111 | 0 | 1111 | 100101000 | 111110 | 111110 |
Color Harmonies of #D262DA
Complementary color
Monochromatic Colors of #D262DA
Black with #D262DA
Text Example
Text Example
White with #D262DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262DA; }
p { color: rgb(210,98,218); }
H1.HeaderClassName
{
color: #D262DA;
}
.AnyTagClassName
{
color: #D262DA;
}
</style>
background-color css
<style>
a { background-color: #D262DA; }
a { background-color: rgb(210,98,218); }
div.DivClassName
{
background-color: #D262DA;
}
.BgClassName
{
background-color: #D262DA;
}
</style>
border-color css
<style>
span { border-color: #D262DA; }
span { border-color: rgb(210,98,218); }
td.TdClassName
{
border-color: #D262DA;
}
.TagClassName
{
border-color: #D262DA;
}
</style>