#C7B1E4

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

Shades of Perfume #C7B1E4

Tints of Perfume #C7B1E4

Color information

#C7B1E4 (or 0xC7B1E4) is unknown color: approx Perfume. HEX triplet: C7, B1 and E4. RGB value is (199,177,228). Sum of RGB (Red+Green+Blue) = 199+177+228=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #C7B1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1E4 is #384E1B. Grayscale: #BDBDBD. Windows color (decimal): -3690012 or 14987719. OLE color: 14987719.

HSL color Cylindrical-coordinate representation of color #C7B1E4: hue angle of 265.88º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7B1E4 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB199177228-
CMYK0.130.2200.11
HSL265.88º48.57%79.41%-
HSV(B)265.88º22.37%89.41%-
XYZ53.2849.1980.08-
YUV189.39149.79134.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.95%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=32.95%
G=29.30%
B=37.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1991772280.130.2200.11265.8848.5779.41
HexC7B1E4D160B10a314f
Octal307261344152601341261117
Binary110001111011000111100100110110110010111000010101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B1E4; }

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

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

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

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

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

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

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

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