#C8B1E1

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

Shades of Perfume #C8B1E1

Tints of Perfume #C8B1E1

Color information

#C8B1E1 (or 0xC8B1E1) is unknown color: approx Perfume. HEX triplet: C8, B1 and E1. RGB value is (200,177,225). Sum of RGB (Red+Green+Blue) = 200+177+225=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #C8B1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1E1 is #374E1E. Grayscale: #BDBDBD. Windows color (decimal): -3624479 or 14791112. OLE color: 14791112.

HSL color Cylindrical-coordinate representation of color #C8B1E1: hue angle of 268.75º 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 #C8B1E1 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200177225-
CMYK0.110.2100.12
HSL268.75º44.44%78.82%-
HSV(B)268.75º21.33%88.24%-
XYZ53.1349.1677.92-
YUV189.35148.12135.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.22%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=33.22%
G=29.40%
B=37.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001772250.110.2100.12268.7544.4478.82
HexC8B1E1B150C10d2c4f
Octal310261341132501441554117
Binary110010001011000111100001101110101011001000011011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B1E1; }

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

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

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

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

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

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

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

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