Shades of Perfume #C4A5DB
Tints of Perfume #C4A5DB
RGB
CMYK
RGB Variations
Color information
#C4A5DB (or 0xC4A5DB) is known color: Perfume. HEX triplet: C4, A5 and DB. RGB value is (196,165,219). Sum of RGB (Red+Green+Blue) = 196+165+219=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4A5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A5DB is #3B5A24. Grayscale: #B4B4B4. Windows color (decimal): -3889701 or 14394820. OLE color: 14394820.
HSL color Cylindrical-coordinate representation of color #C4A5DB: hue angle of 274.44º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4A5DB is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 165 | 219 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.14 |
| HSL | 274.44º | 0.43% | 0.75% | - |
| HSV(B) | 274.44º | 0.25% | 0.86% | - |
| XYZ | 49.01 | 43.76 | 72.88 | - |
| YUV | 180.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 219 | 0.11 | 0.25 | 0 | 0.14 | 274.44 | 0.43 | 0.75 |
| Hex | C4 | A5 | DB | B | 19 | 0 | E | 112 | 2B | 4B |
| Octal | 304 | 245 | 333 | 13 | 31 | 0 | 16 | 422 | 53 | 113 |
| Binary | 11000100 | 10100101 | 11011011 | 1011 | 11001 | 0 | 1110 | 100010010 | 101011 | 1001011 |
Color Harmonies of #C4A5DB
Complementary color
Monochromatic Colors of #C4A5DB
Black with #C4A5DB
Text Example
Text Example
White with #C4A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A5DB; }
p { color: rgb(196,165,219); }
H1.HeaderClassName
{
color: #C4A5DB;
}
.AnyTagClassName
{
color: #C4A5DB;
}
</style>
background-color css
<style>
a { background-color: #C4A5DB; }
a { background-color: rgb(196,165,219); }
div.DivClassName
{
background-color: #C4A5DB;
}
.BgClassName
{
background-color: #C4A5DB;
}
</style>
border-color css
<style>
span { border-color: #C4A5DB; }
span { border-color: rgb(196,165,219); }
td.TdClassName
{
border-color: #C4A5DB;
}
.TagClassName
{
border-color: #C4A5DB;
}
</style>