#C3A3EA

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

Shades of Perfume #C3A3EA

Tints of Perfume #C3A3EA

Color information

#C3A3EA (or 0xC3A3EA) is unknown color: approx Perfume. HEX triplet: C3, A3 and EA. RGB value is (195,163,234). Sum of RGB (Red+Green+Blue) = 195+163+234=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A3EA is #3C5C15. Grayscale: #B4B4B4. Windows color (decimal): -3955734 or 15377347. OLE color: 15377347.

HSL color Cylindrical-coordinate representation of color #C3A3EA: hue angle of 267.04º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3A3EA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195163234-
CMYK0.170.3000.08
HSL267.04º62.83%77.84%-
HSV(B)267.04º30.34%91.76%-
XYZ50.4543.7483.62-
YUV180.66158.1138.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.94%
GREEN value IS 163 (64.06% from 255) = 27.53%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=32.94%
G=27.53%
B=39.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951632340.170.3000.08267.0462.8377.84
HexC3A3EA111E0810b3f4e
Octal303243352213601041377116
Binary1100001110100011111010101000111110010001000010111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A3EA; }

 p { color: rgb(195,163,234); }

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

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

 a { background-color: rgb(195,163,234); }

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

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

 span { border-color: rgb(195,163,234); }

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