#C3A9DD

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

Shades of Perfume #C3A9DD

Tints of Perfume #C3A9DD

Color information

#C3A9DD (or 0xC3A9DD) is unknown color: approx Perfume. HEX triplet: C3, A9 and DD. RGB value is (195,169,221). Sum of RGB (Red+Green+Blue) = 195+169+221=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A9DD is #3C5622. Grayscale: #B6B6B6. Windows color (decimal): -3954211 or 14526915. OLE color: 14526915.

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

Color convert

RGB195169221-
CMYK0.120.2400.13
HSL270º43.33%76.47%-
HSV(B)270º23.53%86.67%-
XYZ49.7445.274.51-
YUV182.7149.61136.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 28.89%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=33.33%
G=28.89%
B=37.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951692210.120.2400.1327043.3376.47
HexC3A9DDC180D10e2b4c
Octal303251335143001541653114
Binary110000111010100111011101110011000011011000011101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A9DD; }

 p { color: rgb(195,169,221); }

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

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

 a { background-color: rgb(195,169,221); }

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

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

 span { border-color: rgb(195,169,221); }

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