#C3A8EA

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

Shades of Perfume #C3A8EA

Tints of Perfume #C3A8EA

Color information

#C3A8EA (or 0xC3A8EA) is unknown color: approx Perfume. HEX triplet: C3, A8 and EA. RGB value is (195,168,234). Sum of RGB (Red+Green+Blue) = 195+168+234=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A8EA is #3C5715. Grayscale: #B7B7B7. Windows color (decimal): -3954454 or 15378627. OLE color: 15378627.

HSL color Cylindrical-coordinate representation of color #C3A8EA: hue angle of 264.55º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3A8EA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195168234-
CMYK0.170.2800.08
HSL264.55º61.11%78.82%-
HSV(B)264.55º28.21%91.76%-
XYZ51.3645.5583.93-
YUV183.6156.45136.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.66%
GREEN value IS 168 (66.02% from 255) = 28.14%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=32.66%
G=28.14%
B=39.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951682340.170.2800.08264.5561.1178.82
HexC3A8EA111C081093d4f
Octal303250352213401041175117
Binary1100001110101000111010101000111100010001000010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A8EA; }

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

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

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

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

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

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

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

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