#C59CFA

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

Shades of Perfume #C59CFA

Tints of Perfume #C59CFA

Color information

#C59CFA (or 0xC59CFA) is unknown color: approx Perfume. HEX triplet: C5, 9C and FA. RGB value is (197,156,250). Sum of RGB (Red+Green+Blue) = 197+156+250=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #C59CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59CFA is #3A6305. Grayscale: #B2B2B2. Windows color (decimal): -3826438 or 16424133. OLE color: 16424133.

HSL color Cylindrical-coordinate representation of color #C59CFA: hue angle of 266.17º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C59CFA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197156250-
CMYK0.210.3800.02
HSL266.17º90.38%79.61%-
HSV(B)266.17º37.6%98.04%-
XYZ52.1742.5595.91-
YUV178.98168.08140.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.67%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=32.67%
G=25.87%
B=41.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971562500.210.3800.02266.1790.3879.61
HexC59CFA15260210a5a50
Octal305234372254602412132120
Binary1100010110011100111110101010110011001010000101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59CFA; }

 p { color: rgb(197,156,250); }

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

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

 a { background-color: rgb(197,156,250); }

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

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

 span { border-color: rgb(197,156,250); }

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