#C5A7DB

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

Shades of Perfume #C5A7DB

Tints of Perfume #C5A7DB

Color information

#C5A7DB (or 0xC5A7DB) is unknown color: approx Perfume. HEX triplet: C5, A7 and DB. RGB value is (197,167,219). Sum of RGB (Red+Green+Blue) = 197+167+219=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 167 (65.62% from 255 or 28.64% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7DB is #3A5824. Grayscale: #B5B5B5. Windows color (decimal): -3823653 or 14395333. OLE color: 14395333.

HSL color Cylindrical-coordinate representation of color #C5A7DB: hue angle of 274.62º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5A7DB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197167219-
CMYK0.100.2400.14
HSL274.62º41.94%75.69%-
HSV(B)274.62º23.74%85.88%-
XYZ49.6344.6273.01-
YUV181.9148.94138.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 167 (65.62% from 255) = 28.64%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=33.79%
G=28.64%
B=37.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971672190.100.2400.14274.6241.9475.69
HexC5A7DBA180E1132a4c
Octal305247333123001642352114
Binary110001011010011111011011101011000011101000100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A7DB; }

 p { color: rgb(197,167,219); }

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

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

 a { background-color: rgb(197,167,219); }

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

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

 span { border-color: rgb(197,167,219); }

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