#C2A3DF

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

Shades of Perfume #C2A3DF

Tints of Perfume #C2A3DF

Color information

#C2A3DF (or 0xC2A3DF) is unknown color: approx Perfume. HEX triplet: C2, A3 and DF. RGB value is (194,163,223). Sum of RGB (Red+Green+Blue) = 194+163+223=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2A3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A3DF is #3D5C20. Grayscale: #B2B2B2. Windows color (decimal): -4021281 or 14656450. OLE color: 14656450.

HSL color Cylindrical-coordinate representation of color #C2A3DF: hue angle of 271º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2A3DF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194163223-
CMYK0.130.2700.13
HSL271º48.39%75.69%-
HSV(B)271º26.91%87.45%-
XYZ48.6642.9975.55-
YUV179.11152.77138.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 163 (64.06% from 255) = 28.10%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=33.45%
G=28.10%
B=38.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941632230.130.2700.1327148.3975.69
HexC2A3DFD1B0D10f304c
Octal302243337153301541760114
Binary110000101010001111011111110111011011011000011111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A3DF; }

 p { color: rgb(194,163,223); }

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

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

 a { background-color: rgb(194,163,223); }

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

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

 span { border-color: rgb(194,163,223); }

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