Shades of Perfume #C1AFD2
Tints of Perfume #C1AFD2
RGB
CMYK
RGB Variations
Color information
#C1AFD2 (or 0xC1AFD2) is known color: Perfume. HEX triplet: C1, AF and D2. RGB value is (193,175,210). Sum of RGB (Red+Green+Blue) = 193+175+210=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 210 - color contains mainly: blue. Hex color #C1AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFD2 is #3E502D. Grayscale: #B8B8B8. Windows color (decimal): -4083758 or 13807553. OLE color: 13807553.
HSL color Cylindrical-coordinate representation of color #C1AFD2: hue angle of 270.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1AFD2 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 175 | 210 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.18 |
| HSL | 270.86º | 0.28% | 0.75% | - |
| HSV(B) | 270.86º | 0.17% | 0.82% | - |
| XYZ | 48.96 | 46.65 | 67.4 | - |
| YUV | 184.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 210 | 0.08 | 0.17 | 0 | 0.18 | 270.86 | 0.28 | 0.75 |
| Hex | C1 | AF | D2 | 8 | 11 | 0 | 12 | 10F | 1C | 4B |
| Octal | 301 | 257 | 322 | 10 | 21 | 0 | 22 | 417 | 34 | 113 |
| Binary | 11000001 | 10101111 | 11010010 | 1000 | 10001 | 0 | 10010 | 100001111 | 11100 | 1001011 |
Color Harmonies of #C1AFD2
Complementary color
Monochromatic Colors of #C1AFD2
Black with #C1AFD2
Text Example
Text Example
White with #C1AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFD2; }
p { color: rgb(193,175,210); }
H1.HeaderClassName
{
color: #C1AFD2;
}
.AnyTagClassName
{
color: #C1AFD2;
}
</style>
background-color css
<style>
a { background-color: #C1AFD2; }
a { background-color: rgb(193,175,210); }
div.DivClassName
{
background-color: #C1AFD2;
}
.BgClassName
{
background-color: #C1AFD2;
}
</style>
border-color css
<style>
span { border-color: #C1AFD2; }
span { border-color: rgb(193,175,210); }
td.TdClassName
{
border-color: #C1AFD2;
}
.TagClassName
{
border-color: #C1AFD2;
}
</style>