Shades of Perfume #C3A5EA
Tints of Perfume #C3A5EA
RGB
CMYK
RGB Variations
Color information
#C3A5EA (or 0xC3A5EA) is known color: Perfume. HEX triplet: C3, A5 and EA. RGB value is (195,165,234). Sum of RGB (Red+Green+Blue) = 195+165+234=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3A5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A5EA is #3C5A15. Grayscale: #B5B5B5. Windows color (decimal): -3955222 or 15377859. OLE color: 15377859.
HSL color Cylindrical-coordinate representation of color #C3A5EA: hue angle of 266.09º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3A5EA is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 165 | 234 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.08 |
| HSL | 266.09º | 0.62% | 0.78% | - |
| HSV(B) | 266.09º | 0.29% | 0.92% | - |
| XYZ | 50.81 | 44.45 | 83.74 | - |
| YUV | 181.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 234 | 0.17 | 0.29 | 0 | 0.08 | 266.09 | 0.62 | 0.78 |
| Hex | C3 | A5 | EA | 11 | 1D | 0 | 8 | 10A | 3E | 4E |
| Octal | 303 | 245 | 352 | 21 | 35 | 0 | 10 | 412 | 76 | 116 |
| Binary | 11000011 | 10100101 | 11101010 | 10001 | 11101 | 0 | 1000 | 100001010 | 111110 | 1001110 |
Color Harmonies of #C3A5EA
Complementary color
Monochromatic Colors of #C3A5EA
Black with #C3A5EA
Text Example
Text Example
White with #C3A5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A5EA; }
p { color: rgb(195,165,234); }
H1.HeaderClassName
{
color: #C3A5EA;
}
.AnyTagClassName
{
color: #C3A5EA;
}
</style>
background-color css
<style>
a { background-color: #C3A5EA; }
a { background-color: rgb(195,165,234); }
div.DivClassName
{
background-color: #C3A5EA;
}
.BgClassName
{
background-color: #C3A5EA;
}
</style>
border-color css
<style>
span { border-color: #C3A5EA; }
span { border-color: rgb(195,165,234); }
td.TdClassName
{
border-color: #C3A5EA;
}
.TagClassName
{
border-color: #C3A5EA;
}
</style>