#C3AFD5

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

Shades of Perfume #C3AFD5

Tints of Perfume #C3AFD5

Color information

#C3AFD5 (or 0xC3AFD5) is unknown color: approx Perfume. HEX triplet: C3, AF and D5. RGB value is (195,175,213). Sum of RGB (Red+Green+Blue) = 195+175+213=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #C3AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFD5 is #3C502A. Grayscale: #B9B9B9. Windows color (decimal): -3952683 or 14004163. OLE color: 14004163.

HSL color Cylindrical-coordinate representation of color #C3AFD5: hue angle of 271.58º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3AFD5 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195175213-
CMYK0.080.1800.16
HSL271.58º31.15%76.08%-
HSV(B)271.58º17.84%83.53%-
XYZ49.8547.0769.41-
YUV185.31143.63134.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 213 (83.59% from 255) = 36.54%
R=33.45%
G=30.02%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951752130.080.1800.16271.5831.1576.08
HexC3AFD58120101101f4c
Octal303257325102202042037114
Binary110000111010111111010101100010010010000100010000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFD5; }

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

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

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

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

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

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

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

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