#C1A5FB

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

Shades of Perfume #C1A5FB

Tints of Perfume #C1A5FB

Color information

#C1A5FB (or 0xC1A5FB) is unknown color: approx Perfume. HEX triplet: C1, A5 and FB. RGB value is (193,165,251). Sum of RGB (Red+Green+Blue) = 193+165+251=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A5FB is #3E5A04. Grayscale: #B6B6B6. Windows color (decimal): -4086277 or 16491969. OLE color: 16491969.

HSL color Cylindrical-coordinate representation of color #C1A5FB: hue angle of 259.53º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1A5FB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193165251-
CMYK0.230.3400.02
HSL259.53º91.49%81.57%-
HSV(B)259.53º34.26%98.43%-
XYZ52.8645.2197.21-
YUV183.18166.28135.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.69%
GREEN value IS 165 (64.84% from 255) = 27.09%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=31.69%
G=27.09%
B=41.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931652510.230.3400.02259.5391.4981.57
HexC1A5FB1722021045b52
Octal301245373274202404133122
Binary1100000110100101111110111011110001001010000010010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A5FB; }

 p { color: rgb(193,165,251); }

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

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

 a { background-color: rgb(193,165,251); }

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

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

 span { border-color: rgb(193,165,251); }

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