#C5A5DD

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

Shades of Perfume #C5A5DD

Tints of Perfume #C5A5DD

Color information

#C5A5DD (or 0xC5A5DD) is unknown color: approx Perfume. HEX triplet: C5, A5 and DD. RGB value is (197,165,221). Sum of RGB (Red+Green+Blue) = 197+165+221=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5A5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A5DD is #3A5A22. Grayscale: #B4B4B4. Windows color (decimal): -3824163 or 14525893. OLE color: 14525893.

HSL color Cylindrical-coordinate representation of color #C5A5DD: hue angle of 274.29º 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 #C5A5DD is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197165221-
CMYK0.110.2500.13
HSL274.29º45.16%75.69%-
HSV(B)274.29º25.34%86.67%-
XYZ49.534474.29-
YUV180.95150.6139.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 165 (64.84% from 255) = 28.30%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=33.79%
G=28.30%
B=37.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971652210.110.2500.13274.2945.1675.69
HexC5A5DDB190D1122d4c
Octal305245335133101542255114
Binary110001011010010111011101101111001011011000100101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A5DD; }

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

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

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

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

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

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

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

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