#C3A5DD

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

Shades of Perfume #C3A5DD

Tints of Perfume #C3A5DD

Color information

#C3A5DD (or 0xC3A5DD) is unknown color: approx Perfume. HEX triplet: C3, A5 and DD. RGB value is (195,165,221). Sum of RGB (Red+Green+Blue) = 195+165+221=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3A5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5DD is #3C5A22. Grayscale: #B4B4B4. Windows color (decimal): -3955235 or 14525891. OLE color: 14525891.

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

Color convert

RGB195165221-
CMYK0.120.2500.13
HSL272.14º45.16%75.69%-
HSV(B)272.14º25.34%86.67%-
XYZ49.0143.7374.26-
YUV180.35150.94138.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 165 (64.84% from 255) = 28.40%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=33.56%
G=28.40%
B=38.04%

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
Decimal1951652210.120.2500.13272.1445.1675.69
HexC3A5DDC190D1102d4c
Octal303245335143101542055114
Binary110000111010010111011101110011001011011000100001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A5DD; }

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

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

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

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

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

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

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

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