#C3A4D9

Color #C3A4D9 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C3A4D9

Tints of Perfume #C3A4D9

Color information

#C3A4D9 (or 0xC3A4D9) is unknown color: approx Perfume. HEX triplet: C3, A4 and D9. RGB value is (195,164,217). Sum of RGB (Red+Green+Blue) = 195+164+217=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3A4D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A4D9 is #3C5B26. Grayscale: #B3B3B3. Windows color (decimal): -3955495 or 14263491. OLE color: 14263491.

HSL color Cylindrical-coordinate representation of color #C3A4D9: hue angle of 275.09º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3A4D9 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195164217-
CMYK0.100.2400.15
HSL275.09º41.09%74.71%-
HSV(B)275.09º24.42%85.1%-
XYZ48.3143.1671.43-
YUV179.31149.27139.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 164 (64.45% from 255) = 28.47%
BLUE value IS 217 (85.16% from 255) = 37.67%
R=33.85%
G=28.47%
B=37.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951642170.100.2400.15275.0941.0974.71
HexC3A4D9A180F113294b
Octal303244331123001742351113
Binary110000111010010011011001101011000011111000100111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A4D9; }

 p { color: rgb(195,164,217); }

 H1.HeaderClassName
 {
   color: #C3A4D9;
 }
 .AnyTagClassName
 {
   color: #C3A4D9;
 }
</style>
background-color css

<style>
 a { background-color: #C3A4D9; }

 a { background-color: rgb(195,164,217); }

 div.DivClassName
 {
   background-color: #C3A4D9;
 }
 .BgClassName
 {
   background-color: #C3A4D9;
 }
</style>
border-color css

<style>
 span { border-color: #C3A4D9; }

 span { border-color: rgb(195,164,217); }

 td.TdClassName
 {
   border-color: #C3A4D9;
 }
 .TagClassName
 {
   border-color: #C3A4D9;
 }
</style>