#C3ABD5

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

Shades of Perfume #C3ABD5

Tints of Perfume #C3ABD5

Color information

#C3ABD5 (or 0xC3ABD5) is unknown color: approx Perfume. HEX triplet: C3, AB and D5. RGB value is (195,171,213). Sum of RGB (Red+Green+Blue) = 195+171+213=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #C3ABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ABD5 is #3C542A. Grayscale: #B6B6B6. Windows color (decimal): -3953707 or 14003139. OLE color: 14003139.

HSL color Cylindrical-coordinate representation of color #C3ABD5: hue angle of 274.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3ABD5 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195171213-
CMYK0.080.2000.16
HSL274.29º33.33%75.29%-
HSV(B)274.29º19.72%83.53%-
XYZ49.0845.5369.15-
YUV182.96144.95136.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.68%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=33.68%
G=29.53%
B=36.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951712130.080.2000.16274.2933.3375.29
HexC3ABD5814010112214b
Octal303253325102402042241113
Binary1100001110101011110101011000101000100001000100101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ABD5; }

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

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

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

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

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

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

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

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