#D0B0FF (or 0xD0B0FF) is unknown color: approx Mauve. HEX triplet: D0, B0 and FF. RGB value is (208,176,255). Sum of RGB (Red+Green+Blue) = 208+176+255=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B0FF is #2F4F00. Grayscale: #C2C2C2. Windows color (decimal): -3100417 or 16756944. OLE color: 16756944.
HSL color Cylindrical-coordinate representation of color #D0B0FF: hue angle of 264.3º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0B0FF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #D0B0FF; } p { color: rgb(208,176,255); } H1.HeaderClassName { color: #D0B0FF; } .AnyTagClassName { color: #D0B0FF; } </style>
<style> a { background-color: #D0B0FF; } a { background-color: rgb(208,176,255); } div.DivClassName { background-color: #D0B0FF; } .BgClassName { background-color: #D0B0FF; } </style>
<style> span { border-color: #D0B0FF; } span { border-color: rgb(208,176,255); } td.TdClassName { border-color: #D0B0FF; } .TagClassName { border-color: #D0B0FF; } </style>