#C7B1E1

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

Shades of Perfume #C7B1E1

Tints of Perfume #C7B1E1

Color information

#C7B1E1 (or 0xC7B1E1) is unknown color: approx Perfume. HEX triplet: C7, B1 and E1. RGB value is (199,177,225). Sum of RGB (Red+Green+Blue) = 199+177+225=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #C7B1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1E1 is #384E1E. Grayscale: #BCBCBC. Windows color (decimal): -3690015 or 14791111. OLE color: 14791111.

HSL color Cylindrical-coordinate representation of color #C7B1E1: hue angle of 267.5º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7B1E1 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199177225-
CMYK0.120.2100.12
HSL267.5º44.44%78.82%-
HSV(B)267.5º21.33%88.24%-
XYZ52.8749.0277.91-
YUV189.05148.29135.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.11%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=33.11%
G=29.45%
B=37.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991772250.120.2100.12267.544.4478.82
HexC7B1E1C150C10c2c4f
Octal307261341142501441454117
Binary110001111011000111100001110010101011001000011001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B1E1; }

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

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

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

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

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

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

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

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