#C5A7F1

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

Shades of Perfume #C5A7F1

Tints of Perfume #C5A7F1

Color information

#C5A7F1 (or 0xC5A7F1) is unknown color: approx Perfume. HEX triplet: C5, A7 and F1. RGB value is (197,167,241). Sum of RGB (Red+Green+Blue) = 197+167+241=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5A7F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A7F1 is #3A580E. Grayscale: #B8B8B8. Windows color (decimal): -3823631 or 15837125. OLE color: 15837125.

HSL color Cylindrical-coordinate representation of color #C5A7F1: hue angle of 264.32º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5A7F1 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197167241-
CMYK0.180.3100.05
HSL264.32º72.55%80%-
HSV(B)264.32º30.71%94.51%-
XYZ52.7245.8689.29-
YUV184.41159.94136.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.56%
GREEN value IS 167 (65.62% from 255) = 27.60%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=32.56%
G=27.60%
B=39.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971672410.180.3100.05264.3272.5580
HexC5A7F1121F051084950
Octal305247361223705410111120
Binary1100010110100111111100011001011111010110000100010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A7F1; }

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

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

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

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

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

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

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

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