#C3A7DC

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

Shades of Perfume #C3A7DC

Tints of Perfume #C3A7DC

Color information

#C3A7DC (or 0xC3A7DC) is unknown color: approx Perfume. HEX triplet: C3, A7 and DC. RGB value is (195,167,220). Sum of RGB (Red+Green+Blue) = 195+167+220=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3A7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A7DC is #3C5823. Grayscale: #B5B5B5. Windows color (decimal): -3954724 or 14460867. OLE color: 14460867.

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

Color convert

RGB195167220-
CMYK0.110.2400.14
HSL271.7º43.09%75.88%-
HSV(B)271.7º24.09%86.27%-
XYZ49.2444.4173.69-
YUV181.41149.78137.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.51%
GREEN value IS 167 (65.62% from 255) = 28.69%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=33.51%
G=28.69%
B=37.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951672200.110.2400.14271.743.0975.88
HexC3A7DCB180E1102b4c
Octal303247334133001642053114
Binary110000111010011111011100101111000011101000100001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A7DC; }

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

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

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

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

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

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

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

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