#C1A4E4

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

Shades of Perfume #C1A4E4

Tints of Perfume #C1A4E4

Color information

#C1A4E4 (or 0xC1A4E4) is unknown color: approx Perfume. HEX triplet: C1, A4 and E4. RGB value is (193,164,228). Sum of RGB (Red+Green+Blue) = 193+164+228=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #C1A4E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4E4 is #3E5B1B. Grayscale: #B3B3B3. Windows color (decimal): -4086556 or 14984385. OLE color: 14984385.

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

Color convert

RGB193164228-
CMYK0.150.2800.11
HSL267.19º54.24%76.86%-
HSV(B)267.19º28.07%89.41%-
XYZ49.2743.4979.2-
YUV179.97155.11137.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 164 (64.45% from 255) = 28.03%
BLUE value IS 228 (89.45% from 255) = 38.97%
R=32.99%
G=28.03%
B=38.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1931642280.150.2800.11267.1954.2476.86
HexC1A4E4F1C0B10b364d
Octal301244344173401341366115
Binary110000011010010011100100111111100010111000010111101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A4E4; }

 p { color: rgb(193,164,228); }

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

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

 a { background-color: rgb(193,164,228); }

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

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

 span { border-color: rgb(193,164,228); }

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