Shades of Orchid #D483DB
Tints of Orchid #D483DB
RGB
CMYK
RGB Variations
Color information
#D483DB (or 0xD483DB) is known color: Orchid. HEX triplet: D4, 83 and DB. RGB value is (212,131,219). Sum of RGB (Red+Green+Blue) = 212+131+219=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #D483DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483DB is #2B7C24. Grayscale: #A4A4A4. Windows color (decimal): -2849829 or 14386132. OLE color: 14386132.
HSL color Cylindrical-coordinate representation of color #D483DB: hue angle of 295.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D483DB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 131 | 219 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.14 |
| HSL | 295.23º | 0.55% | 0.69% | - |
| HSV(B) | 295.23º | 0.4% | 0.86% | - |
| XYZ | 48.05 | 35.34 | 71.31 | - |
| YUV | 165.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 219 | 0.03 | 0.40 | 0 | 0.14 | 295.23 | 0.55 | 0.69 |
| Hex | D4 | 83 | DB | 3 | 28 | 0 | E | 127 | 37 | 45 |
| Octal | 324 | 203 | 333 | 3 | 50 | 0 | 16 | 447 | 67 | 105 |
| Binary | 11010100 | 10000011 | 11011011 | 11 | 101000 | 0 | 1110 | 100100111 | 110111 | 1000101 |
Color Harmonies of #D483DB
Complementary color
Monochromatic Colors of #D483DB
Black with #D483DB
Text Example
Text Example
White with #D483DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D483DB; }
p { color: rgb(212,131,219); }
H1.HeaderClassName
{
color: #D483DB;
}
.AnyTagClassName
{
color: #D483DB;
}
</style>
background-color css
<style>
a { background-color: #D483DB; }
a { background-color: rgb(212,131,219); }
div.DivClassName
{
background-color: #D483DB;
}
.BgClassName
{
background-color: #D483DB;
}
</style>
border-color css
<style>
span { border-color: #D483DB; }
span { border-color: rgb(212,131,219); }
td.TdClassName
{
border-color: #D483DB;
}
.TagClassName
{
border-color: #D483DB;
}
</style>