#C3AFD9

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

Shades of Perfume #C3AFD9

Tints of Perfume #C3AFD9

Color information

#C3AFD9 (or 0xC3AFD9) is unknown color: approx Perfume. HEX triplet: C3, AF and D9. RGB value is (195,175,217). Sum of RGB (Red+Green+Blue) = 195+175+217=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFD9 is #3C5026. Grayscale: #B9B9B9. Windows color (decimal): -3952679 or 14266307. OLE color: 14266307.

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

Color convert

RGB195175217-
CMYK0.100.1900.15
HSL268.57º35.59%76.86%-
HSV(B)268.57º19.35%85.1%-
XYZ50.3647.2772.12-
YUV185.77145.63134.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.22%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=33.22%
G=29.81%
B=36.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951752170.100.1900.15268.5735.5976.86
HexC3AFD9A130F10d244d
Octal303257331122301741544115
Binary110000111010111111011001101010011011111000011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFD9; }

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

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

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

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

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

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

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

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