#C3ABD9

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

Shades of Perfume #C3ABD9

Tints of Perfume #C3ABD9

Color information

#C3ABD9 (or 0xC3ABD9) is unknown color: approx Perfume. HEX triplet: C3, AB and D9. RGB value is (195,171,217). Sum of RGB (Red+Green+Blue) = 195+171+217=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3ABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ABD9 is #3C5426. Grayscale: #B7B7B7. Windows color (decimal): -3953703 or 14265283. OLE color: 14265283.

HSL color Cylindrical-coordinate representation of color #C3ABD9: hue angle of 271.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3ABD9 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195171217-
CMYK0.100.2100.15
HSL271.3º37.7%76.08%-
HSV(B)271.3º21.2%85.1%-
XYZ49.5945.7471.86-
YUV183.42146.95136.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=33.45%
G=29.33%
B=37.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951712170.100.2100.15271.337.776.08
HexC3ABD9A150F10f264c
Octal303253331122501741746114
Binary110000111010101111011001101010101011111000011111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ABD9; }

 p { color: rgb(195,171,217); }

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

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

 a { background-color: rgb(195,171,217); }

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

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

 span { border-color: rgb(195,171,217); }

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