#C7B1DF

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

Shades of Perfume #C7B1DF

Tints of Perfume #C7B1DF

Color information

#C7B1DF (or 0xC7B1DF) is unknown color: approx Perfume. HEX triplet: C7, B1 and DF. RGB value is (199,177,223). Sum of RGB (Red+Green+Blue) = 199+177+223=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7B1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1DF is #384E20. Grayscale: #BCBCBC. Windows color (decimal): -3690017 or 14660039. OLE color: 14660039.

HSL color Cylindrical-coordinate representation of color #C7B1DF: hue angle of 268.7º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7B1DF is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199177223-
CMYK0.110.2100.13
HSL268.7º41.82%78.43%-
HSV(B)268.7º20.63%87.45%-
XYZ52.5948.9176.48-
YUV188.82147.29135.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.22%
GREEN value IS 177 (69.53% from 255) = 29.55%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=33.22%
G=29.55%
B=37.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991772230.110.2100.13268.741.8278.43
HexC7B1DFB150D10d2a4e
Octal307261337132501541552116
Binary110001111011000111011111101110101011011000011011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B1DF; }

 p { color: rgb(199,177,223); }

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

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

 a { background-color: rgb(199,177,223); }

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

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

 span { border-color: rgb(199,177,223); }

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