#C59CFC

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

Shades of Perfume #C59CFC

Tints of Perfume #C59CFC

Color information

#C59CFC (or 0xC59CFC) is unknown color: approx Perfume. HEX triplet: C5, 9C and FC. RGB value is (197,156,252). Sum of RGB (Red+Green+Blue) = 197+156+252=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #C59CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59CFC is #3A6303. Grayscale: #B2B2B2. Windows color (decimal): -3826436 or 16555205. OLE color: 16555205.

HSL color Cylindrical-coordinate representation of color #C59CFC: hue angle of 265.62º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C59CFC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197156252-
CMYK0.220.3800.01
HSL265.62º94.12%80%-
HSV(B)265.62º38.1%98.82%-
XYZ52.4942.6897.57-
YUV179.2169.08140.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.56%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=32.56%
G=25.79%
B=41.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971562520.220.3800.01265.6294.1280
HexC59CFC16260110a5e50
Octal305234374264601412136120
Binary110001011001110011111100101101001100110000101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59CFC; }

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

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

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

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

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

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

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

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