#C5A7DD

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

Shades of Perfume #C5A7DD

Tints of Perfume #C5A7DD

Color information

#C5A7DD (or 0xC5A7DD) is unknown color: approx Perfume. HEX triplet: C5, A7 and DD. RGB value is (197,167,221). Sum of RGB (Red+Green+Blue) = 197+167+221=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7DD is #3A5822. Grayscale: #B5B5B5. Windows color (decimal): -3823651 or 14526405. OLE color: 14526405.

HSL color Cylindrical-coordinate representation of color #C5A7DD: hue angle of 273.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5A7DD is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197167221-
CMYK0.110.2400.13
HSL273.33º44.26%76.08%-
HSV(B)273.33º24.43%86.67%-
XYZ49.944.7374.41-
YUV182.13149.94138.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 167 (65.62% from 255) = 28.55%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=33.68%
G=28.55%
B=37.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971672210.110.2400.13273.3344.2676.08
HexC5A7DDB180D1112c4c
Octal305247335133001542154114
Binary110001011010011111011101101111000011011000100011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A7DD; }

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

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

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

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

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

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

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

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