#C3A8ED

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

Shades of Perfume #C3A8ED

Tints of Perfume #C3A8ED

Color information

#C3A8ED (or 0xC3A8ED) is unknown color: approx Perfume. HEX triplet: C3, A8 and ED. RGB value is (195,168,237). Sum of RGB (Red+Green+Blue) = 195+168+237=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3A8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A8ED is #3C5712. Grayscale: #B7B7B7. Windows color (decimal): -3954451 or 15575235. OLE color: 15575235.

HSL color Cylindrical-coordinate representation of color #C3A8ED: hue angle of 263.48º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3A8ED is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195168237-
CMYK0.180.2900.07
HSL263.48º65.71%79.41%-
HSV(B)263.48º29.11%92.94%-
XYZ51.7945.7286.22-
YUV183.94157.95135.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.5%
GREEN value IS 168 (66.02% from 255) = 28%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=32.5%
G=28%
B=39.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951682370.180.2900.07263.4865.7179.41
HexC3A8ED121D07107424f
Octal303250355223507407102117
Binary1100001110101000111011011001011101011110000011110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A8ED; }

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

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

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

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

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

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

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

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