#C3A4E5

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

Shades of Perfume #C3A4E5

Tints of Perfume #C3A4E5

Color information

#C3A4E5 (or 0xC3A4E5) is unknown color: approx Perfume. HEX triplet: C3, A4 and E5. RGB value is (195,164,229). Sum of RGB (Red+Green+Blue) = 195+164+229=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #C3A4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A4E5 is #3C5B1A. Grayscale: #B4B4B4. Windows color (decimal): -3955483 or 15049923. OLE color: 15049923.

HSL color Cylindrical-coordinate representation of color #C3A4E5: hue angle of 268.62º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3A4E5 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB195164229-
CMYK0.150.2800.10
HSL268.62º55.56%77.06%-
HSV(B)268.62º28.38%89.8%-
XYZ49.9243.8179.95-
YUV180.68155.27138.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.16%
GREEN value IS 164 (64.45% from 255) = 27.89%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=33.16%
G=27.89%
B=38.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1951642290.150.2800.10268.6255.5677.06
HexC3A4E5F1C0A10d384d
Octal303244345173401241570115
Binary110000111010010011100101111111100010101000011011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A4E5; }

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

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

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

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

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

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

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

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