Shades of Perfume #C4AFDA
Tints of Perfume #C4AFDA
RGB
CMYK
RGB Variations
Color information
#C4AFDA (or 0xC4AFDA) is known color: Perfume. HEX triplet: C4, AF and DA. RGB value is (196,175,218). Sum of RGB (Red+Green+Blue) = 196+175+218=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFDA is #3B5025. Grayscale: #BABABA. Windows color (decimal): -3887142 or 14331844. OLE color: 14331844.
HSL color Cylindrical-coordinate representation of color #C4AFDA: hue angle of 269.3º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4AFDA is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 175 | 218 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.15 |
| HSL | 269.3º | 0.37% | 0.77% | - |
| HSV(B) | 269.3º | 0.2% | 0.85% | - |
| XYZ | 50.75 | 47.46 | 72.82 | - |
| YUV | 186.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 218 | 0.10 | 0.20 | 0 | 0.15 | 269.3 | 0.37 | 0.77 |
| Hex | C4 | AF | DA | A | 14 | 0 | F | 10D | 25 | 4D |
| Octal | 304 | 257 | 332 | 12 | 24 | 0 | 17 | 415 | 45 | 115 |
| Binary | 11000100 | 10101111 | 11011010 | 1010 | 10100 | 0 | 1111 | 100001101 | 100101 | 1001101 |
Color Harmonies of #C4AFDA
Complementary color
Monochromatic Colors of #C4AFDA
Black with #C4AFDA
Text Example
Text Example
White with #C4AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFDA; }
p { color: rgb(196,175,218); }
H1.HeaderClassName
{
color: #C4AFDA;
}
.AnyTagClassName
{
color: #C4AFDA;
}
</style>
background-color css
<style>
a { background-color: #C4AFDA; }
a { background-color: rgb(196,175,218); }
div.DivClassName
{
background-color: #C4AFDA;
}
.BgClassName
{
background-color: #C4AFDA;
}
</style>
border-color css
<style>
span { border-color: #C4AFDA; }
span { border-color: rgb(196,175,218); }
td.TdClassName
{
border-color: #C4AFDA;
}
.TagClassName
{
border-color: #C4AFDA;
}
</style>