#C2A6FB

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

Shades of Perfume #C2A6FB

Tints of Perfume #C2A6FB

Color information

#C2A6FB (or 0xC2A6FB) is unknown color: approx Perfume. HEX triplet: C2, A6 and FB. RGB value is (194,166,251). Sum of RGB (Red+Green+Blue) = 194+166+251=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A6FB is #3D5904. Grayscale: #B7B7B7. Windows color (decimal): -4020485 or 16492226. OLE color: 16492226.

HSL color Cylindrical-coordinate representation of color #C2A6FB: hue angle of 259.76º 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 #C2A6FB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194166251-
CMYK0.230.3400.02
HSL259.76º91.4%81.76%-
HSV(B)259.76º33.86%98.43%-
XYZ53.345.7197.28-
YUV184.06165.78135.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.75%
GREEN value IS 166 (65.23% from 255) = 27.17%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=31.75%
G=27.17%
B=41.08%

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
Decimal1941662510.230.3400.02259.7691.481.76
HexC2A6FB1722021045b52
Octal302246373274202404133122
Binary1100001010100110111110111011110001001010000010010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A6FB; }

 p { color: rgb(194,166,251); }

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

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

 a { background-color: rgb(194,166,251); }

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

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

 span { border-color: rgb(194,166,251); }

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