#C3A4FD

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

Shades of Perfume #C3A4FD

Tints of Perfume #C3A4FD

Color information

#C3A4FD (or 0xC3A4FD) is unknown color: approx Perfume. HEX triplet: C3, A4 and FD. RGB value is (195,164,253). Sum of RGB (Red+Green+Blue) = 195+164+253=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3A4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A4FD is #3C5B02. Grayscale: #B7B7B7. Windows color (decimal): -3955459 or 16622787. OLE color: 16622787.

HSL color Cylindrical-coordinate representation of color #C3A4FD: hue angle of 260.9º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3A4FD is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195164253-
CMYK0.230.3500.01
HSL260.9º95.7%81.76%-
HSV(B)260.9º35.18%99.22%-
XYZ53.5145.2498.84-
YUV183.42167.27136.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.86%
GREEN value IS 164 (64.45% from 255) = 26.80%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=31.86%
G=26.80%
B=41.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951642530.230.3500.01260.995.781.76
HexC3A4FD1723011056052
Octal303244375274301405140122
Binary110000111010010011111101101111000110110000010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A4FD; }

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

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

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

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

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

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

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

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