#C2A5DD

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

Shades of Perfume #C2A5DD

Tints of Perfume #C2A5DD

Color information

#C2A5DD (or 0xC2A5DD) is unknown color: approx Perfume. HEX triplet: C2, A5 and DD. RGB value is (194,165,221). Sum of RGB (Red+Green+Blue) = 194+165+221=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2A5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A5DD is #3D5A22. Grayscale: #B3B3B3. Windows color (decimal): -4020771 or 14525890. OLE color: 14525890.

HSL color Cylindrical-coordinate representation of color #C2A5DD: hue angle of 271.07º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2A5DD is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194165221-
CMYK0.120.2500.13
HSL271.07º45.16%75.69%-
HSV(B)271.07º25.34%86.67%-
XYZ48.7543.674.25-
YUV180.06151.11137.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 165 (64.84% from 255) = 28.45%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=33.45%
G=28.45%
B=38.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941652210.120.2500.13271.0745.1675.69
HexC2A5DDC190D10f2d4c
Octal302245335143101541755114
Binary110000101010010111011101110011001011011000011111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A5DD; }

 p { color: rgb(194,165,221); }

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

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

 a { background-color: rgb(194,165,221); }

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

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

 span { border-color: rgb(194,165,221); }

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