#C7B3DD

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

Shades of Perfume #C7B3DD

Tints of Perfume #C7B3DD

Color information

#C7B3DD (or 0xC7B3DD) is unknown color: approx Perfume. HEX triplet: C7, B3 and DD. RGB value is (199,179,221). Sum of RGB (Red+Green+Blue) = 199+179+221=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B3DD is #384C22. Grayscale: #BDBDBD. Windows color (decimal): -3689507 or 14529479. OLE color: 14529479.

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

Color convert

RGB199179221-
CMYK0.100.1900.13
HSL268.57º38.18%78.43%-
HSV(B)268.57º19%86.67%-
XYZ52.7249.675.2-
YUV189.77145.63134.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.22%
GREEN value IS 179 (70.31% from 255) = 29.88%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=33.22%
G=29.88%
B=36.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991792210.100.1900.13268.5738.1878.43
HexC7B3DDA130D10d264e
Octal307263335122301541546116
Binary110001111011001111011101101010011011011000011011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B3DD; }

 p { color: rgb(199,179,221); }

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

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

 a { background-color: rgb(199,179,221); }

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

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

 span { border-color: rgb(199,179,221); }

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