Shades of Perfume #C3A8DE
Tints of Perfume #C3A8DE
RGB
CMYK
RGB Variations
Color information
#C3A8DE (or 0xC3A8DE) is known color: Perfume. HEX triplet: C3, A8 and DE. RGB value is (195,168,222). Sum of RGB (Red+Green+Blue) = 195+168+222=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3A8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A8DE is #3C5721. Grayscale: #B6B6B6. Windows color (decimal): -3954466 or 14592195. OLE color: 14592195.
HSL color Cylindrical-coordinate representation of color #C3A8DE: hue angle of 270º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3A8DE is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 168 | 222 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.13 |
| HSL | 270º | 0.45% | 0.76% | - |
| HSV(B) | 270º | 0.24% | 0.87% | - |
| XYZ | 49.69 | 44.88 | 75.15 | - |
| YUV | 182.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 222 | 0.12 | 0.24 | 0 | 0.13 | 270 | 0.45 | 0.76 |
| Hex | C3 | A8 | DE | C | 18 | 0 | D | 10E | 2D | 4C |
| Octal | 303 | 250 | 336 | 14 | 30 | 0 | 15 | 416 | 55 | 114 |
| Binary | 11000011 | 10101000 | 11011110 | 1100 | 11000 | 0 | 1101 | 100001110 | 101101 | 1001100 |
Color Harmonies of #C3A8DE
Complementary color
Monochromatic Colors of #C3A8DE
Black with #C3A8DE
Text Example
Text Example
White with #C3A8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A8DE; }
p { color: rgb(195,168,222); }
H1.HeaderClassName
{
color: #C3A8DE;
}
.AnyTagClassName
{
color: #C3A8DE;
}
</style>
background-color css
<style>
a { background-color: #C3A8DE; }
a { background-color: rgb(195,168,222); }
div.DivClassName
{
background-color: #C3A8DE;
}
.BgClassName
{
background-color: #C3A8DE;
}
</style>
border-color css
<style>
span { border-color: #C3A8DE; }
span { border-color: rgb(195,168,222); }
td.TdClassName
{
border-color: #C3A8DE;
}
.TagClassName
{
border-color: #C3A8DE;
}
</style>