#C9A3F3

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

Shades of Perfume #C9A3F3

Tints of Perfume #C9A3F3

Color information

#C9A3F3 (or 0xC9A3F3) is unknown color: approx Perfume. HEX triplet: C9, A3 and F3. RGB value is (201,163,243). Sum of RGB (Red+Green+Blue) = 201+163+243=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9A3F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A3F3 is #365C0C. Grayscale: #B7B7B7. Windows color (decimal): -3562509 or 15967177. OLE color: 15967177.

HSL color Cylindrical-coordinate representation of color #C9A3F3: hue angle of 268.5º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9A3F3 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201163243-
CMYK0.170.3300.05
HSL268.5º76.92%79.61%-
HSV(B)268.5º32.92%95.29%-
XYZ53.3645.0890.68-
YUV183.48161.59140.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 163 (64.06% from 255) = 26.85%
BLUE value IS 243 (95.31% from 255) = 40.03%
R=33.11%
G=26.85%
B=40.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011632430.170.3300.05268.576.9279.61
HexC9A3F311210510c4d50
Octal311243363214105414115120
Binary11001001101000111111001110001100001010110000110010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A3F3; }

 p { color: rgb(201,163,243); }

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

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

 a { background-color: rgb(201,163,243); }

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

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

 span { border-color: rgb(201,163,243); }

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