#C3A5DC

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

Shades of Perfume #C3A5DC

Tints of Perfume #C3A5DC

Color information

#C3A5DC (or 0xC3A5DC) is unknown color: approx Perfume. HEX triplet: C3, A5 and DC. RGB value is (195,165,220). Sum of RGB (Red+Green+Blue) = 195+165+220=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3A5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5DC is #3C5A23. Grayscale: #B4B4B4. Windows color (decimal): -3955236 or 14460355. OLE color: 14460355.

HSL color Cylindrical-coordinate representation of color #C3A5DC: hue angle of 272.73º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3A5DC is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195165220-
CMYK0.110.2500.14
HSL272.73º44%75.49%-
HSV(B)272.73º25%86.27%-
XYZ48.8843.6873.56-
YUV180.24150.44138.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.62%
GREEN value IS 165 (64.84% from 255) = 28.45%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=33.62%
G=28.45%
B=37.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951652200.110.2500.14272.734475.49
HexC3A5DCB190E1112c4b
Octal303245334133101642154113
Binary110000111010010111011100101111001011101000100011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A5DC; }

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

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

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

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

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

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

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

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