#C2A1DA

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

Shades of Perfume #C2A1DA

Tints of Perfume #C2A1DA

Color information

#C2A1DA (or 0xC2A1DA) is unknown color: approx Perfume. HEX triplet: C2, A1 and DA. RGB value is (194,161,218). Sum of RGB (Red+Green+Blue) = 194+161+218=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2A1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1DA is #3D5E25. Grayscale: #B1B1B1. Windows color (decimal): -4021798 or 14328258. OLE color: 14328258.

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

Color convert

RGB194161218-
CMYK0.110.2600.15
HSL274.74º43.51%74.31%-
HSV(B)274.74º26.15%85.49%-
XYZ47.6542.0271.93-
YUV177.36150.93139.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.86%
GREEN value IS 161 (63.28% from 255) = 28.10%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=33.86%
G=28.10%
B=38.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941612180.110.2600.15274.7443.5174.31
HexC2A1DAB1A0F1132c4a
Octal302241332133201742354112
Binary110000101010000111011010101111010011111000100111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A1DA; }

 p { color: rgb(194,161,218); }

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

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

 a { background-color: rgb(194,161,218); }

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

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

 span { border-color: rgb(194,161,218); }

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