Shades of Orchid #D263DA
Tints of Orchid #D263DA
RGB
CMYK
RGB Variations
Color information
#D263DA (or 0xD263DA) is known color: Orchid. HEX triplet: D2, 63 and DA. RGB value is (210,99,218). Sum of RGB (Red+Green+Blue) = 210+99+218=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #D263DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263DA is #2D9C25. Grayscale: #919191. Windows color (decimal): -2989094 or 14312402. OLE color: 14312402.
HSL color Cylindrical-coordinate representation of color #D263DA: hue angle of 295.97º 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 #D263DA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 99 | 218 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.15 |
| HSL | 295.97º | 0.62% | 0.62% | - |
| HSV(B) | 295.97º | 0.55% | 0.85% | - |
| XYZ | 43.7 | 27.69 | 69.37 | - |
| YUV | 145.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 218 | 0.04 | 0.55 | 0 | 0.15 | 295.97 | 0.62 | 0.62 |
| Hex | D2 | 63 | DA | 4 | 37 | 0 | F | 128 | 3E | 3E |
| Octal | 322 | 143 | 332 | 4 | 67 | 0 | 17 | 450 | 76 | 76 |
| Binary | 11010010 | 1100011 | 11011010 | 100 | 110111 | 0 | 1111 | 100101000 | 111110 | 111110 |
Color Harmonies of #D263DA
Complementary color
Monochromatic Colors of #D263DA
Black with #D263DA
Text Example
Text Example
White with #D263DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263DA; }
p { color: rgb(210,99,218); }
H1.HeaderClassName
{
color: #D263DA;
}
.AnyTagClassName
{
color: #D263DA;
}
</style>
background-color css
<style>
a { background-color: #D263DA; }
a { background-color: rgb(210,99,218); }
div.DivClassName
{
background-color: #D263DA;
}
.BgClassName
{
background-color: #D263DA;
}
</style>
border-color css
<style>
span { border-color: #D263DA; }
span { border-color: rgb(210,99,218); }
td.TdClassName
{
border-color: #D263DA;
}
.TagClassName
{
border-color: #D263DA;
}
</style>