#C1A6DA

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

Shades of Perfume #C1A6DA

Tints of Perfume #C1A6DA

Color information

#C1A6DA (or 0xC1A6DA) is unknown color: approx Perfume. HEX triplet: C1, A6 and DA. RGB value is (193,166,218). Sum of RGB (Red+Green+Blue) = 193+166+218=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1A6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A6DA is #3E5925. Grayscale: #B3B3B3. Windows color (decimal): -4086054 or 14329537. OLE color: 14329537.

HSL color Cylindrical-coordinate representation of color #C1A6DA: hue angle of 271.15º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1A6DA is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193166218-
CMYK0.110.2400.15
HSL271.15º41.27%75.29%-
HSV(B)271.15º23.85%85.49%-
XYZ48.2843.6772.21-
YUV180149.45137.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.45%
GREEN value IS 166 (65.23% from 255) = 28.77%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=33.45%
G=28.77%
B=37.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931662180.110.2400.15271.1541.2775.29
HexC1A6DAB180F10f294b
Octal301246332133001741751113
Binary110000011010011011011010101111000011111000011111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A6DA; }

 p { color: rgb(193,166,218); }

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

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

 a { background-color: rgb(193,166,218); }

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

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

 span { border-color: rgb(193,166,218); }

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