#C3B1D6

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

Shades of Perfume #C3B1D6

Tints of Perfume #C3B1D6

Color information

#C3B1D6 (or 0xC3B1D6) is unknown color: approx Perfume. HEX triplet: C3, B1 and D6. RGB value is (195,177,214). Sum of RGB (Red+Green+Blue) = 195+177+214=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3B1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1D6 is #3C4E29. Grayscale: #BABABA. Windows color (decimal): -3952170 or 14070211. OLE color: 14070211.

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

Color convert

RGB195177214-
CMYK0.090.1700.16
HSL269.19º31.09%76.67%-
HSV(B)269.19º17.29%83.92%-
XYZ50.3747.970.21-
YUV186.6143.46133.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.28%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=33.28%
G=30.20%
B=36.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951772140.090.1700.16269.1931.0976.67
HexC3B1D691101010d1f4d
Octal303261326112102041537115
Binary110000111011000111010110100110001010000100001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1D6; }

 p { color: rgb(195,177,214); }

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

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

 a { background-color: rgb(195,177,214); }

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

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

 span { border-color: rgb(195,177,214); }

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