#C7B0E0

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

Shades of Perfume #C7B0E0

Tints of Perfume #C7B0E0

Color information

#C7B0E0 (or 0xC7B0E0) is unknown color: approx Perfume. HEX triplet: C7, B0 and E0. RGB value is (199,176,224). Sum of RGB (Red+Green+Blue) = 199+176+224=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7B0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0E0 is #384F1F. Grayscale: #BCBCBC. Windows color (decimal): -3690272 or 14725319. OLE color: 14725319.

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

Color convert

RGB199176224-
CMYK0.110.2100.12
HSL268.75º43.64%78.43%-
HSV(B)268.75º21.43%87.84%-
XYZ52.5348.5777.13-
YUV188.35148.12135.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.22%
GREEN value IS 176 (69.14% from 255) = 29.38%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=33.22%
G=29.38%
B=37.40%

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
Decimal1991762240.110.2100.12268.7543.6478.43
HexC7B0E0B150C10d2c4e
Octal307260340132501441554116
Binary110001111011000011100000101110101011001000011011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B0E0; }

 p { color: rgb(199,176,224); }

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

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

 a { background-color: rgb(199,176,224); }

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

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

 span { border-color: rgb(199,176,224); }

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