Shades of Perfume #C2A8DC
Tints of Perfume #C2A8DC
RGB
CMYK
RGB Variations
Color information
#C2A8DC (or 0xC2A8DC) is known color: Perfume. HEX triplet: C2, A8 and DC. RGB value is (194,168,220). Sum of RGB (Red+Green+Blue) = 194+168+220=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8DC is #3D5723. Grayscale: #B5B5B5. Windows color (decimal): -4020004 or 14461122. OLE color: 14461122.
HSL color Cylindrical-coordinate representation of color #C2A8DC: hue angle of 270º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2A8DC is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 168 | 220 | - |
CMYK | 0.12 | 0.24 | 0 | 0.14 |
HSL | 270º | 0.43% | 0.76% | - |
HSV(B) | 270º | 0.24% | 0.86% | - |
XYZ | 49.17 | 44.64 | 73.74 | - |
YUV | 181.7 | 149.61 | 136.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 168 | 220 | 0.12 | 0.24 | 0 | 0.14 | 270 | 0.43 | 0.76 |
Hex | C2 | A8 | DC | C | 18 | 0 | E | 10E | 2B | 4C |
Octal | 302 | 250 | 334 | 14 | 30 | 0 | 16 | 416 | 53 | 114 |
Binary | 11000010 | 10101000 | 11011100 | 1100 | 11000 | 0 | 1110 | 100001110 | 101011 | 1001100 |
Color Harmonies of #C2A8DC
Complementary color
Monochromatic Colors of #C2A8DC
Black with #C2A8DC
Text Example
Text Example
White with #C2A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8DC; }
p { color: rgb(194,168,220); }
H1.HeaderClassName
{
color: #C2A8DC;
}
.AnyTagClassName
{
color: #C2A8DC;
}
</style>
background-color css
<style>
a { background-color: #C2A8DC; }
a { background-color: rgb(194,168,220); }
div.DivClassName
{
background-color: #C2A8DC;
}
.BgClassName
{
background-color: #C2A8DC;
}
</style>
border-color css
<style>
span { border-color: #C2A8DC; }
span { border-color: rgb(194,168,220); }
td.TdClassName
{
border-color: #C2A8DC;
}
.TagClassName
{
border-color: #C2A8DC;
}
</style>