#C2A2DA

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

Shades of Perfume #C2A2DA

Tints of Perfume #C2A2DA

Color information

#C2A2DA (or 0xC2A2DA) is unknown color: approx Perfume. HEX triplet: C2, A2 and DA. RGB value is (194,162,218). Sum of RGB (Red+Green+Blue) = 194+162+218=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2A2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A2DA is #3D5D25. Grayscale: #B1B1B1. Windows color (decimal): -4021542 or 14328514. OLE color: 14328514.

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

Color convert

RGB194162218-
CMYK0.110.2600.15
HSL274.29º43.08%74.51%-
HSV(B)274.29º25.69%85.49%-
XYZ47.8242.3771.99-
YUV177.95150.6139.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.80%
GREEN value IS 162 (63.67% from 255) = 28.22%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=33.80%
G=28.22%
B=37.98%

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
Decimal1941622180.110.2600.15274.2943.0874.51
HexC2A2DAB1A0F1122b4b
Octal302242332133201742253113
Binary110000101010001011011010101111010011111000100101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A2DA; }

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

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

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

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

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

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

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

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