Shades of Perfume #C2A2E5
Tints of Perfume #C2A2E5
RGB
CMYK
RGB Variations
Color information
#C2A2E5 (or 0xC2A2E5) is known color: Perfume. HEX triplet: C2, A2 and E5. RGB value is (194,162,229). Sum of RGB (Red+Green+Blue) = 194+162+229=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #C2A2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A2E5 is #3D5D1A. Grayscale: #B2B2B2. Windows color (decimal): -4021531 or 15049410. OLE color: 15049410.
HSL color Cylindrical-coordinate representation of color #C2A2E5: hue angle of 268.66º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2A2E5 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 194 | 162 | 229 | - |
CMYK | 0.15 | 0.29 | 0 | 0.10 |
HSL | 268.66º | 0.56% | 0.77% | - |
HSV(B) | 268.66º | 0.29% | 0.9% | - |
XYZ | 49.31 | 42.97 | 79.82 | - |
YUV | 179.21 | 156.1 | 138.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 162 | 229 | 0.15 | 0.29 | 0 | 0.10 | 268.66 | 0.56 | 0.77 |
Hex | C2 | A2 | E5 | F | 1D | 0 | A | 10D | 38 | 4D |
Octal | 302 | 242 | 345 | 17 | 35 | 0 | 12 | 415 | 70 | 115 |
Binary | 11000010 | 10100010 | 11100101 | 1111 | 11101 | 0 | 1010 | 100001101 | 111000 | 1001101 |
Color Harmonies of #C2A2E5
Complementary color
Monochromatic Colors of #C2A2E5
Black with #C2A2E5
Text Example
Text Example
White with #C2A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A2E5; }
p { color: rgb(194,162,229); }
H1.HeaderClassName
{
color: #C2A2E5;
}
.AnyTagClassName
{
color: #C2A2E5;
}
</style>
background-color css
<style>
a { background-color: #C2A2E5; }
a { background-color: rgb(194,162,229); }
div.DivClassName
{
background-color: #C2A2E5;
}
.BgClassName
{
background-color: #C2A2E5;
}
</style>
border-color css
<style>
span { border-color: #C2A2E5; }
span { border-color: rgb(194,162,229); }
td.TdClassName
{
border-color: #C2A2E5;
}
.TagClassName
{
border-color: #C2A2E5;
}
</style>